feature/popup: don't let neotree reset its width

Causes it to shrink everytime the wconf changes.
This commit is contained in:
Henrik Lissner 2018-01-11 22:17:35 -05:00
parent 7f7dfb0959
commit 2967b404d8
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -143,6 +143,7 @@ the command buffer."
;; `neotree'
(after! neotree
(advice-add #'neo-util--set-window-width :override #'ignore)
(advice-remove #'balance-windows #'ad-Advice-balance-windows))