Fix for updated (evil-window-left COUNT)
This commit is contained in:
@@ -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)
|
||||||
|
@@ -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)
|
||||||
|
Reference in New Issue
Block a user