Performance and kill-ring changes from https://emacsredux.com/blog/2026/04/07/stealing-from-the-best-emacs-configs/
This commit is contained in:
parent
ebbe94030f
commit
e7a83019ce
4 changed files with 50 additions and 1 deletions
2
init.el
2
init.el
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue