Fix for updated (evil-window-left COUNT)

This commit is contained in:
Emmet 2023-08-17 15:06:29 -05:00
parent fd46237fa1
commit 11b59fdc28
2 changed files with 2 additions and 2 deletions

View file

@ -689,7 +689,7 @@ same directory as the org-buffer and insert a link to this file."
(interactive) (interactive)
(+evil/window-vsplit-and-follow) (+evil/window-vsplit-and-follow)
(org-roam-ui-open) (org-roam-ui-open)
(evil-window-left)) (evil-window-left 1))
(defun kill-org-roam-ui () (defun kill-org-roam-ui ()
(interactive) (interactive)

View file

@ -817,7 +817,7 @@ I want this to be able to automatically open ORUI in EAF Browser in a split to t
(interactive) (interactive)
(+evil/window-vsplit-and-follow) (+evil/window-vsplit-and-follow)
(org-roam-ui-open) (org-roam-ui-open)
(evil-window-left)) (evil-window-left 1))
(defun kill-org-roam-ui () (defun kill-org-roam-ui ()
(interactive) (interactive)