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:
parent
03d77c0bef
commit
fcd87f6f69
1 changed files with 4 additions and 0 deletions
|
@ -199,6 +199,10 @@ ALIST supports one custom parameter: `size', which will resolve to
|
|||
(require 'find-func)
|
||||
(doom--switch-from-popup (find-function-search-for-symbol fun 'defface file)))))
|
||||
|
||||
;; `neotree'
|
||||
(after! neotree
|
||||
(advice-remove #'balance-windows #'ad-Advice-balance-windows))
|
||||
|
||||
;; `wgrep'
|
||||
(after! wgrep
|
||||
;; close the popup after you're done with a wgrep buffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue