From b5b1382787e9513d4f18d87e601e4df24a46c869 Mon Sep 17 00:00:00 2001 From: Jinyang Li Date: Fri, 7 Feb 2025 21:25:05 -0600 Subject: [PATCH] Remove duplicated `pixel-scroll-precision-mode` line. (#27) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 05cb510..205ce20 100644 --- a/README.md +++ b/README.md @@ -662,7 +662,6 @@ And [add the elpaca bootstrap code](https://github.com/progfolio/elpaca?tab=read (show-paren-mode +1) ; Paren match highlighting (winner-mode 1) (delete-selection-mode 1) ; Replace selected text with typed text -(pixel-scroll-precision-mode 1) ;; Configure Emacs to ask for confirmation before exiting (setq confirm-kill-emacs 'y-or-n-p)