This commit is contained in:
Jakub 2026-04-09 13:39:15 +08:00
parent ebbe94030f
commit e7a83019ce
4 changed files with 50 additions and 1 deletions

View file

@ -73,6 +73,8 @@
(setq custom-file (concat user-emacs-directory "custom.el"))
(when (file-exists-p custom-file) (load custom-file))
;; Performance improvements
(load (concat user-emacs-directory "performance.el"))
;; Writing behavior and packages
(load (concat user-emacs-directory "writing.el"))
;; Navigation behavior and packages