Fix "selecting deleted buffer" errors in helm #665
By properly handling helm popups.
This commit is contained in:
parent
c305d63dd7
commit
635fbb4a97
1 changed files with 6 additions and 0 deletions
|
@ -166,6 +166,12 @@ the command buffer."
|
|||
(advice-add #'helpful--navigate :override #'+popup*helpful--navigate))
|
||||
|
||||
|
||||
;; `helm'
|
||||
(after! helm
|
||||
(setq helm-default-display-buffer-functions '(+popup-display-buffer))
|
||||
(set-popup-rule! "^\\*helm" :ignore t))
|
||||
|
||||
|
||||
;; `helm-ag'
|
||||
(after! helm-ag
|
||||
(defun +helm*pop-to-buffer (orig-fn &rest args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue