mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Fix for updated (evil-window-left COUNT)
This commit is contained in:
parent
fd46237fa1
commit
11b59fdc28
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue