diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/main.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 6ecfaffb..0c0bd944 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 |