summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
authorAlan Pearce2025-03-12 16:22:59 +0100
committerAlan Pearce2025-03-12 16:22:59 +0100
commitf528684934b8031ce8aebe8ddda938b3611c3a0f (patch)
treec8c2e03521fb38c579c3e7048b1c561e588502f3 /user/emacs/init.el
parente5be0f53a77a91fd8bb3f197a80899f4c0e87868 (diff)
downloadnixfiles-f528684934b8031ce8aebe8ddda938b3611c3a0f.tar.lz
nixfiles-f528684934b8031ce8aebe8ddda938b3611c3a0f.tar.zst
nixfiles-f528684934b8031ce8aebe8ddda938b3611c3a0f.zip
emacs: fix slow loading
Diffstat (limited to 'user/emacs/init.el')
-rw-r--r--user/emacs/init.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 6db4be85..bdc8bb26 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -171,6 +171,7 @@
                               (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 @@ paths for the same project."
             (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