all repos — nixfiles @ f692f481647054d28735c4e8222f5ef7db1d8751

System and user configuration, managed by nix and home-manager

Emacs: add extra discover-my-major keybind

Alan Pearce
commit

f692f481647054d28735c4e8222f5ef7db1d8751

parent

45a7d255cdaf0f30b61f06880d4da278565b083f

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M emacs/.emacs.d/main.elemacs/.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