diff options
| -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 | 
