mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
feature/popup: fix balance-windows freezes with neotree
neotree's own advice around balance-windows caused little freezes while splitting/closing windows, while a neotree pane was open. Not on my watch.
This commit is contained in:
@ -199,6 +199,10 @@ ALIST supports one custom parameter: `size', which will resolve to
|
|||||||
(require 'find-func)
|
(require 'find-func)
|
||||||
(doom--switch-from-popup (find-function-search-for-symbol fun 'defface file)))))
|
(doom--switch-from-popup (find-function-search-for-symbol fun 'defface file)))))
|
||||||
|
|
||||||
|
;; `neotree'
|
||||||
|
(after! neotree
|
||||||
|
(advice-remove #'balance-windows #'ad-Advice-balance-windows))
|
||||||
|
|
||||||
;; `wgrep'
|
;; `wgrep'
|
||||||
(after! wgrep
|
(after! wgrep
|
||||||
;; close the popup after you're done with a wgrep buffer
|
;; close the popup after you're done with a wgrep buffer
|
||||||
|
Reference in New Issue
Block a user