mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
feature/popup: don't let neotree reset its width
Causes it to shrink everytime the wconf changes.
This commit is contained in:
@ -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))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user