Fix company help replacing the current buffer
Instead of displaying in a popup.
This commit is contained in:
parent
7ebc9045f2
commit
7ac155f68d
1 changed files with 1 additions and 2 deletions
|
@ -287,8 +287,7 @@ successfully sets indent_style/indent_size.")
|
|||
(defun doom-use-helpful-a (orig-fn &rest args)
|
||||
"Force ORIG-FN to use helpful instead of the old describe-* commands."
|
||||
(cl-letf (((symbol-function #'describe-function) #'helpful-function)
|
||||
((symbol-function #'describe-variable) #'helpful-variable)
|
||||
((symbol-function #'help-buffer) #'current-buffer))
|
||||
((symbol-function #'describe-variable) #'helpful-variable))
|
||||
(apply orig-fn args)))
|
||||
|
||||
(after! apropos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue