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:
Henrik Lissner 2018-01-06 16:40:16 -05:00
parent 03d77c0bef
commit fcd87f6f69
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -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