forked from colonelpanic/dotfiles
[Emacs] Enable auto-save-visited-mode
This commit is contained in:
parent
7d474dbda3
commit
6642f49548
@ -1062,7 +1062,7 @@ I keep it around just in case I need it.
|
|||||||
** Sane Defaults
|
** Sane Defaults
|
||||||
#+BEGIN_SRC emacs-lisp -n -r
|
#+BEGIN_SRC emacs-lisp -n -r
|
||||||
(global-auto-revert-mode)
|
(global-auto-revert-mode)
|
||||||
(auto-save-mode +1)
|
(auto-save-visited-mode +1)
|
||||||
(show-paren-mode 1)
|
(show-paren-mode 1)
|
||||||
(setq reb-re-syntax 'string)
|
(setq reb-re-syntax 'string)
|
||||||
(setq ad-redefinition-action 'accept) (ref:ad-redefinition-action)
|
(setq ad-redefinition-action 'accept) (ref:ad-redefinition-action)
|
||||||
|
Loading…
Reference in New Issue
Block a user