forked from colonelpanic/dotfiles
[Emacs] Revert org buffers without asking
This commit is contained in:
parent
3c8b696a6b
commit
79982de232
@ -198,6 +198,7 @@ We're going to use this to write separate parts of our config to different secti
|
|||||||
*** auto-revert-mode
|
*** auto-revert-mode
|
||||||
#+begin_src emacs-lisp :tangle org-config-config.el
|
#+begin_src emacs-lisp :tangle org-config-config.el
|
||||||
(add-hook 'org-mode-hook (lambda () (auto-revert-mode +1)))
|
(add-hook 'org-mode-hook (lambda () (auto-revert-mode +1)))
|
||||||
|
(add-to-list 'revert-without-query "\\.org\\'")
|
||||||
#+end_src
|
#+end_src
|
||||||
** Modules
|
** Modules
|
||||||
#+begin_src emacs-lisp :tangle org-config-config.el
|
#+begin_src emacs-lisp :tangle org-config-config.el
|
||||||
|
Loading…
Reference in New Issue
Block a user