ui/neotree: fix reference to renamed function
This commit is contained in:
parent
abc80e43ae
commit
713258ee31
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue