all repos — nixfiles @ e6707113ab902773822c1762ea00a39bdf5c15e9

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

Emacs: Move discover-my-major bind
Alan Pearce alan.pearce@spotcap.com
Wed, 20 Jan 2016 11:48:07 +0100
commit

e6707113ab902773822c1762ea00a39bdf5c15e9

parent

fe82a01623f5bcc3f16b2dc70a7b62bc6de43369

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

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -1187,7 +1187,7 @@ A nicer way to browse keybindings for major modes. 
 #+BEGIN_SRC emacs-lisp
 (use-package discover-my-major
-  :bind ("C-h C-m" . discover-my-major))
+  :bind ("<f1>" . discover-my-major))
 #+END_SRC
 
 ** which-key