mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
Fix unbalanced-parenthesis error in some helpful-variable buffers
This commit is contained in:
@@ -231,7 +231,9 @@ extension, try to guess one."
|
||||
(global-set-key [remap describe-function] #'helpful-callable)
|
||||
(global-set-key [remap describe-command] #'helpful-command)
|
||||
(global-set-key [remap describe-variable] #'helpful-variable)
|
||||
(global-set-key [remap describe-key] #'helpful-key))
|
||||
(global-set-key [remap describe-key] #'helpful-key)
|
||||
|
||||
(advice-add #'helpful--pretty-print :override #'doom*fix-helpful-prettyprint))
|
||||
|
||||
(def-package! pcre2el
|
||||
:commands rxt-quote-pcre)
|
||||
|
Reference in New Issue
Block a user