summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2018-03-19 15:07:48 +0100
committerAlan Pearce2018-03-19 15:07:48 +0100
commitf692f481647054d28735c4e8222f5ef7db1d8751 (patch)
tree4e6c7cc7a452703b8912d70394c14d90d1c63582
parent45a7d255cdaf0f30b61f06880d4da278565b083f (diff)
downloaddotfiles-f692f481647054d28735c4e8222f5ef7db1d8751.tar.lz
dotfiles-f692f481647054d28735c4e8222f5ef7db1d8751.tar.zst
dotfiles-f692f481647054d28735c4e8222f5ef7db1d8751.zip
Emacs: add extra discover-my-major keybind
-rw-r--r--emacs/.emacs.d/main.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 6ecfaff..0c0bd94 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -1215,7 +1215,8 @@ With two prefix arguments, write out the day and month name."
 ;; 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