Emacs: Add super-save package

This commit is contained in:
Riyyi
2021-10-01 14:22:24 +02:00
parent 2a5bca3f55
commit e6be5b99fc
+5
View File
@@ -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