diff options
author | Alan Pearce | 2016-01-20 11:48:07 +0100 |
---|---|---|
committer | Alan Pearce | 2016-01-20 11:49:19 +0100 |
commit | e6707113ab902773822c1762ea00a39bdf5c15e9 (patch) | |
tree | e0863a3443220623f227fb67a7a7bca1edd41897 | |
parent | fe82a01623f5bcc3f16b2dc70a7b62bc6de43369 (diff) | |
download | dotfiles-e6707113ab902773822c1762ea00a39bdf5c15e9.tar.lz dotfiles-e6707113ab902773822c1762ea00a39bdf5c15e9.tar.zst dotfiles-e6707113ab902773822c1762ea00a39bdf5c15e9.zip |
Emacs: Move discover-my-major bind
-rw-r--r-- | tag-emacs/emacs.d/init.org | 2 |
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 |