Remove custom helpful pretty-printer; default is superior

This commit is contained in:
Henrik Lissner 2018-05-15 22:24:27 +02:00
parent 4734d55edc
commit b6813393d8
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 1 additions and 15 deletions

View file

@ -199,9 +199,7 @@ fundamental-mode) for performance sake."
(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)
(advice-add #'helpful--pretty-print :override #'doom*fix-helpful-prettyprint))
(global-set-key [remap describe-key] #'helpful-key))
(def-package! pcre2el
:commands rxt-quote-pcre)