Fix executable name for org-roam-graph-viewer
This commit is contained in:
parent
1289f8c410
commit
2b81dc2ebc
|
@ -412,7 +412,7 @@ First, set a directory where =org-roam= will index things.
|
||||||
Instruct =org-roam= to use =firefox-developer-edition= to open the graph:
|
Instruct =org-roam= to use =firefox-developer-edition= to open the graph:
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq org-roam-graph-viewer (executable-find "firefox-developer-edition"))
|
(setq org-roam-graph-viewer (executable-find "firefox"))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** Roam link font face
|
*** Roam link font face
|
||||||
|
|
Loading…
Reference in a new issue