diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2020-08-18 00:45:40 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2020-08-18 00:45:40 +0100 |
commit | 3f6c71e8b20ea563a668c478b1de1dac68293f86 (patch) | |
tree | 5496f9ca0ada4a557005a92dde734c7f2097428f | |
parent | d0901064f4f3f80bd44b02a9ed4f9e9b50c9cfd5 (diff) | |
download | dotfiles-3f6c71e8b20ea563a668c478b1de1dac68293f86.tar.gz dotfiles-3f6c71e8b20ea563a668c478b1de1dac68293f86.tar.bz2 dotfiles-3f6c71e8b20ea563a668c478b1de1dac68293f86.zip |
~(remap) describe-key -> helpful-key
-rw-r--r-- | Emacs/.config/emacs/config.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 18bfaa5..1aacf37 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -328,6 +328,7 @@ helpful counterparts. [remap describe-variable] #'counsel-describe-variable [remap describe-bindings] #'counsel-descbinds [remap describe-face] #'counsel-faces + [remap describe-key] #'helpful-key [remap execute-extended-command] #'counsel-M-x [remap find-file] #'counsel-find-file [remap imenu] #'counsel-imenu |