From f692f481647054d28735c4e8222f5ef7db1d8751 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 19 Mar 2018 15:07:48 +0100 Subject: Emacs: add extra discover-my-major keybind --- emacs/.emacs.d/main.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs') 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 ("" . discover-my-major)) + :bind (("" . discover-my-major) + ("C-c C-m" . discover-my-major))) ;;;;; which-key -- cgit 1.4.1