commit 3b01584cd442e10c93d87ed95fc9358b7a9d07cd parent aef19f366d770af3b2dfae7a5d92d6e38d76b229 Author: Alex Balgavy <alex@balgavy.eu> Date: Wed, 28 Sep 2022 16:35:29 +0200 emacs: some changes in vanish-mode, so changes in keybindings Diffstat:
M | emacs/config.org | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/emacs/config.org b/emacs/config.org @@ -1054,7 +1054,10 @@ Basically provides a way to show the org agenda as a standard GUI calendar app w :quelpa (vanish :fetcher github :repo "thezeroalpha/vanish.el" :branch "develop") :ensure nil :bind (:map vanish-mode-map - ("C-c q h" . vanish-toggle))) + ("C-c q h h" . vanish-hide-dwim) + ("C-c q h u r" . vanish-show-all-regions) + ("C-c q h u e" . vanish-elt-unhide) + ("C-c q h u u" . vanish-show-all))) #+end_src ** magit #+begin_src emacs-lisp