Fix #2396: remove unnecessary neotree popup hacks

Looks like they're not needed anymore.
This commit is contained in:
Henrik Lissner 2020-01-26 04:57:00 -05:00
parent a2354a7ad7
commit c395c08788
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 1 additions and 7 deletions

View file

@ -13,7 +13,7 @@
neo-auto-indent-point nil neo-auto-indent-point nil
neo-autorefresh nil neo-autorefresh nil
neo-mode-line-type 'none neo-mode-line-type 'none
neo-window-width 24 neo-window-width 30
neo-show-updir-line nil neo-show-updir-line nil
neo-theme 'icons neo-theme 'icons
neo-banner-message nil neo-banner-message nil

View file

@ -220,12 +220,6 @@ the command buffer."
(select-window win)))) (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 ;;;###package org
(after! org (after! org
;; Org has a scorched-earth window management policy I'm not fond of. i.e. it ;; Org has a scorched-earth window management policy I'm not fond of. i.e. it