Fix #2396: remove unnecessary neotree popup hacks
Looks like they're not needed anymore.
This commit is contained in:
parent
a2354a7ad7
commit
c395c08788
2 changed files with 1 additions and 7 deletions
|
@ -13,7 +13,7 @@
|
|||
neo-auto-indent-point nil
|
||||
neo-autorefresh nil
|
||||
neo-mode-line-type 'none
|
||||
neo-window-width 24
|
||||
neo-window-width 30
|
||||
neo-show-updir-line nil
|
||||
neo-theme 'icons
|
||||
neo-banner-message nil
|
||||
|
|
|
@ -220,12 +220,6 @@ the command buffer."
|
|||
(select-window win))))
|
||||
|
||||
|
||||
;;;###package neotree
|
||||
(after! neotree
|
||||
(advice-add #'neo-util--set-window-width :override #'ignore)
|
||||
(advice-remove #'balance-windows #'ad-Advice-balance-windows))
|
||||
|
||||
|
||||
;;;###package org
|
||||
(after! org
|
||||
;; Org has a scorched-earth window management policy I'm not fond of. i.e. it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue