mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
ui/neotree: fix reference to renamed function
This commit is contained in:
@ -48,7 +48,7 @@
|
|||||||
(add-hook! 'neo-enter-hook
|
(add-hook! 'neo-enter-hook
|
||||||
(defun +neotree-fix-cursor-h (&rest _)
|
(defun +neotree-fix-cursor-h (&rest _)
|
||||||
(with-current-buffer neo-global--buffer
|
(with-current-buffer neo-global--buffer
|
||||||
(+neotree*indent-cursor))))
|
(+neotree--indent-cursor-a))))
|
||||||
(defadvice! +neotree--indent-cursor-a (&rest _)
|
(defadvice! +neotree--indent-cursor-a (&rest _)
|
||||||
:after '(neotree-next-line neotree-previous-line)
|
:after '(neotree-next-line neotree-previous-line)
|
||||||
(beginning-of-line)
|
(beginning-of-line)
|
||||||
|
Reference in New Issue
Block a user