all repos — nixfiles @ f528684934b8031ce8aebe8ddda938b3611c3a0f

System and user configuration, managed by nix and home-manager

emacs: fix slow loading
Alan Pearce alan@alanpearce.eu
Wed, 12 Mar 2025 16:22:59 +0100
commit

f528684934b8031ce8aebe8ddda938b3611c3a0f

parent

e5be0f53a77a91fd8bb3f197a80899f4c0e87868

1 files changed, 4 insertions(+), 2 deletions(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -171,6 +171,7 @@ (side . bottom) (slot . 0) (preserve-size . (nil . t))                               (no-other-window . t) (no-delete-other-windows . t))))
 
 (use-package buffer-terminator
+  :defer 60
   :config (progn
             (buffer-terminator-mode +1)
             (setq buffer-terminator-verbose nil)))
@@ -1119,11 +1120,12 @@ (remove-hook 'magit-section-highlight-hook 'magit-diff-highlight)             (require 'magit-extras)))
 
 (use-package magit-todos
-  :after magit
+  :defer 10
   :config (progn
             (magit-todos-mode +1)))
 
-(use-package difftastic)
+(use-package difftastic
+  :defer 5)
 (use-package difftastic-bindings
   :after magit
   :config (progn