mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-28 16:51:08 -05:00
General refactor & cleanup + update TODO
This commit is contained in:
@@ -442,7 +442,6 @@ 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.
|
||||
(setq neo-display-action '(+evil-neotree-display-fn))
|
||||
(set! :popup " *NeoTree*" :align 'left :size 25)
|
||||
|
||||
(defun +evil-neotree-display-fn (buf _alist)
|
||||
@@ -450,6 +449,7 @@ the command buffer."
|
||||
(let ((win (doom-popup-buffer buf)))
|
||||
(setq neo-global--buffer (window-buffer win)
|
||||
neo-global--window win)))
|
||||
(setq neo-display-action '(+evil-neotree-display-fn))
|
||||
|
||||
(defun +evil|neotree-fix-popup ()
|
||||
"Repair neotree state whenever its popup state is restored. This ensures
|
||||
|
Reference in New Issue
Block a user