mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix #2396: remove unnecessary neotree popup hacks
Looks like they're not needed anymore.
This commit is contained in:
@ -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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user