Remove duplicated pixel-scroll-precision-mode line. (#27)

This commit is contained in:
Jinyang Li
2025-02-07 21:25:05 -06:00
committed by GitHub
parent 2128d0733e
commit b5b1382787

View File

@@ -662,7 +662,6 @@ And [add the elpaca bootstrap code](https://github.com/progfolio/elpaca?tab=read
(show-paren-mode +1) ; Paren match highlighting (show-paren-mode +1) ; Paren match highlighting
(winner-mode 1) (winner-mode 1)
(delete-selection-mode 1) ; Replace selected text with typed text (delete-selection-mode 1) ; Replace selected text with typed text
(pixel-scroll-precision-mode 1)
;; Configure Emacs to ask for confirmation before exiting ;; Configure Emacs to ask for confirmation before exiting
(setq confirm-kill-emacs 'y-or-n-p) (setq confirm-kill-emacs 'y-or-n-p)