diff options
author | Alan Pearce | 2018-03-19 15:07:48 +0100 |
---|---|---|
committer | Alan Pearce | 2018-03-19 15:07:48 +0100 |
commit | f692f481647054d28735c4e8222f5ef7db1d8751 (patch) | |
tree | 4e6c7cc7a452703b8912d70394c14d90d1c63582 /emacs/.emacs.d | |
parent | 45a7d255cdaf0f30b61f06880d4da278565b083f (diff) | |
download | nixfiles-f692f481647054d28735c4e8222f5ef7db1d8751.tar.lz nixfiles-f692f481647054d28735c4e8222f5ef7db1d8751.tar.zst nixfiles-f692f481647054d28735c4e8222f5ef7db1d8751.zip |
Emacs: add extra discover-my-major keybind
Diffstat (limited to 'emacs/.emacs.d')
-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 |