From 2b81dc2ebc0c5eb6c6d7ea1eb08fbdce5d871e9e Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 11 Oct 2021 21:13:29 +0200 Subject: [PATCH] Fix executable name for org-roam-graph-viewer --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 378b494..0874512 100644 --- a/config.org +++ b/config.org @@ -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: #+BEGIN_SRC emacs-lisp -(setq org-roam-graph-viewer (executable-find "firefox-developer-edition")) +(setq org-roam-graph-viewer (executable-find "firefox")) #+END_SRC *** Roam link font face