feature/popup: don't let neotree reset its width
Causes it to shrink everytime the wconf changes.
This commit is contained in:
parent
7f7dfb0959
commit
2967b404d8
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue