mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Constrain eaf browser to just orui
This commit is contained in:
parent
b4a0d72a92
commit
976317527e
2 changed files with 8 additions and 0 deletions
|
@ -799,6 +799,8 @@ I want this to be able to automatically open ORUI in EAF Browser in a split to t
|
|||
; (window-width . 50)
|
||||
;))
|
||||
|
||||
(setq org-roam-ui-browser-function 'eaf-open-browser)
|
||||
|
||||
(defun open-org-roam-ui ()
|
||||
(interactive)
|
||||
(+evil/window-vsplit-and-follow)
|
||||
|
@ -1174,6 +1176,8 @@ I don't have this active right now since I'm exploring tab-bar mode instead!
|
|||
(_ (kbd "SPC")))
|
||||
(kbd "SPC")))))
|
||||
|
||||
(setq browse-url-browser-function 'browse-url-default-browser)
|
||||
|
||||
(map! :leader
|
||||
:desc "Open web browser"
|
||||
"o w" #'eaf-open-browser-with-history)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue