summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2016-01-20 11:48:07 +0100
committerAlan Pearce2016-01-20 11:49:19 +0100
commite6707113ab902773822c1762ea00a39bdf5c15e9 (patch)
treee0863a3443220623f227fb67a7a7bca1edd41897 /tag-emacs/emacs.d
parentfe82a01623f5bcc3f16b2dc70a7b62bc6de43369 (diff)
downloaddotfiles-e6707113ab902773822c1762ea00a39bdf5c15e9.tar.lz
dotfiles-e6707113ab902773822c1762ea00a39bdf5c15e9.tar.zst
dotfiles-e6707113ab902773822c1762ea00a39bdf5c15e9.zip
Emacs: Move discover-my-major bind
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 4ac121d..e1973a1 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/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