Browse Source

Emacs: Add super-save package

master
Riyyi 3 years ago
parent
commit
e6be5b99fc
  1. 5
      .config/emacs/config.org

5
.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

Loading…
Cancel
Save