From e6be5b99fca6e0d55b14c45f33bf00153a2e3e4c Mon Sep 17 00:00:00 2001 From: Riyyi Date: Fri, 1 Oct 2021 14:22:24 +0200 Subject: [PATCH] Emacs: Add super-save package --- .config/emacs/config.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/emacs/config.org b/.config/emacs/config.org index 435bef8..f47ccbd 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -269,6 +269,11 @@ Install and configure packages. ((latex-indent-line . 4) (latex-indent-region . 4))) (smart-tabs-insinuate 'c 'c++ 'java 'python 'latex)) + +(use-package super-save + :config + (setq super-save-auto-save-when-idle t) + (super-save-mode)) #+END_SRC *** Evil