From 2967b404d8b77baf0cbca484f39c539022395e15 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 11 Jan 2018 22:17:35 -0500 Subject: [PATCH] feature/popup: don't let neotree reset its width Causes it to shrink everytime the wconf changes. --- modules/feature/popup/+hacks.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/feature/popup/+hacks.el b/modules/feature/popup/+hacks.el index 5e5398583..1e8ad3170 100644 --- a/modules/feature/popup/+hacks.el +++ b/modules/feature/popup/+hacks.el @@ -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))