commit 64b7ac2e3ba62e6a2257cac3480a137c6cf891ab parent 5510bcf91fe59eddc050602da9217f5583a6abe3 Author: Alex Balgavy <alex@balgavy.eu> Date: Thu, 7 Jul 2022 23:23:13 +0200 emacs: keybinding for arev mode Diffstat:
M | emacs/config.org | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/emacs/config.org b/emacs/config.org @@ -1976,6 +1976,12 @@ And keybindings: #+begin_src emacs-lisp (repeat-mode 1) #+end_src +** Toggle auto-revert-mode +Sometimes I want to toggle auto reverting (or autoread) of buffer: + +#+begin_src emacs-lisp + (za/global-set-key (kbd "C-c q a") #'auto-revert-mode) +#+end_src * Markdown Markdown mode settings.