diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-10-05 16:46:03 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-10-05 16:46:03 +0100 |
commit | 332fca3978e9f951d2d245312e312f8c64782585 (patch) | |
tree | 93aa56ceaf2640278256d00268b11a56bf1c49a9 /.emacs.d/lisp | |
parent | e80520bd0ce93efdf39390fd6a70806a00a72a0a (diff) | |
download | dotfiles-332fca3978e9f951d2d245312e312f8c64782585.tar.gz |
Fix defer issue with super-save
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r-- | .emacs.d/lisp/init-editor.el | 1 |
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) |