From d5a8c3110986404150b5f16854aaa505bbea54a4 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:22:31 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 428d212..70f64f4 100644 --- a/README.md +++ b/README.md @@ -554,6 +554,9 @@ Add the following to `~/.emacs.d/post-init.el`: (pixel-scroll-precision-mode) (display-time-mode) +(show-paren-mode +1) ; Paren match highlighting +(winner-mode 1) +(pixel-scroll-precision-mode 1) ``` ## Frequently asked questions