Emacs: add extra discover-my-major keybind
1 file changed, 2 insertions(+), 1 deletion(-)
jump to
M emacs/.emacs.d/main.el → emacs/.emacs.d/main.el
@@ -1215,7 +1215,8 @@ ;; A nicer way to browse keybindings for major modes. (use-package discover-my-major - :bind ("<f1>" . discover-my-major)) + :bind (("<f1>" . discover-my-major) + ("C-c C-m" . discover-my-major))) ;;;;; which-key