Minor emacs config fixes

This commit is contained in:
Emmet
2024-12-14 17:37:58 -06:00
parent 43bfdff4c8
commit 84fd06bfb7

View File

@@ -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