Emacs: Move discover-my-major bind
Alan Pearce alan.pearce@spotcap.com
Wed, 20 Jan 2016 11:48:07 +0100
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M tag-emacs/emacs.d/init.org → tag-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