From 68d3a37fb6043ec52198701f5bb4ea36492bbb4c Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Thu, 25 Sep 2025 12:49:58 -0500 Subject: Emacs: Add more convenient binding for `hs-toggle-hiding' --- common/.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'common/.emacs.d') diff --git a/common/.emacs.d/init.el b/common/.emacs.d/init.el index a93530d..13b0b02 100644 --- a/common/.emacs.d/init.el +++ b/common/.emacs.d/init.el @@ -3367,6 +3367,7 @@ MPV." :config (keymap-modify hs-minor-mode-map "H-i i" 'hs-toggle-hiding + "H-i H-i" 'hs-toggle-hiding "H-i s" 'hs-show-all "H-i h" 'hs-hide-all "H-i l" 'hs-hide-level)) -- cgit v1.2.3