all repos — archive/dotfiles @ f692f481647054d28735c4e8222f5ef7db1d8751

Superseded by nixfiles

Emacs: add extra discover-my-major keybind
Alan Pearce alan@alanpearce.eu
Mon, 19 Mar 2018 15:07:48 +0100
commit

f692f481647054d28735c4e8222f5ef7db1d8751

parent

45a7d255cdaf0f30b61f06880d4da278565b083f

1 files changed, 2 insertions(+), 1 deletions(-)

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