From 7fe0ec0be7288a2d05a0b77686abc30b9bccacc3 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 24 Sep 2017 15:34:11 +0200 Subject: [PATCH] Incorporate neotree vars into popup rule --- core/core-popups.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-popups.el b/core/core-popups.el index f8148898d..32dda0ba8 100644 --- a/core/core-popups.el +++ b/core/core-popups.el @@ -502,7 +502,7 @@ the command buffer." ;; ;; By handing neotree over to shackle, which is better integrated into the ;; rest of my config (and persp-mode), this is no longer a problem. - (set! :popup " *NeoTree*" :align 'left :size 25) + (set! :popup " *NeoTree*" :align neo-window-position :size neo-window-width) (defun +evil-neotree-display-fn (buf _alist) "Hand neotree off to shackle."