mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix "selecting deleted buffer" errors in helm #665
By properly handling helm popups.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user