about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-editor.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-10-05 16:46:03 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-10-05 16:46:03 +0100
commit332fca3978e9f951d2d245312e312f8c64782585 (patch)
tree93aa56ceaf2640278256d00268b11a56bf1c49a9 /.emacs.d/lisp/init-editor.el
parente80520bd0ce93efdf39390fd6a70806a00a72a0a (diff)
downloaddotfiles-332fca3978e9f951d2d245312e312f8c64782585.tar.gz
Fix defer issue with super-save
Diffstat (limited to '.emacs.d/lisp/init-editor.el')
-rw-r--r--.emacs.d/lisp/init-editor.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-editor.el b/.emacs.d/lisp/init-editor.el
index 611638a..2bc5ff1 100644
--- a/.emacs.d/lisp/init-editor.el
+++ b/.emacs.d/lisp/init-editor.el
@@ -75,6 +75,7 @@
   (savehist-mode +1))
 
 (use-package super-save
+  :defer 5
   :diminish
   :custom
   (super-save-remote-files nil)