From 84fd06bfb7f4b9658d46e7889b4ab2f4bfb5f80c Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 14 Dec 2024 17:37:58 -0600 Subject: [PATCH] Minor emacs config fixes --- user/app/emacs/init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user/app/emacs/init.el b/user/app/emacs/init.el index f3942670..083f685d 100644 --- a/user/app/emacs/init.el +++ b/user/app/emacs/init.el @@ -118,6 +118,7 @@ scroll-conservatively 101 scroll-preserve-screen-position nil redisplay-skip-fontification-on-input t) + (pixel-scroll-precision-mode 1) ;; Line numbers (setq display-line-numbers-type 'visual @@ -501,3 +502,6 @@ All my (performant) foldings needs are met between this and `org-show-subtree' olivetti-margin-width 100) (setq-default olivetti-body-width 100) (add-hook 'org-mode-hook 'olivetti-mode)) + +(provide 'init) +;;; init.el ends here