summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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