From 82764050c0589b649abb6955713c3b55018caa0a Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 30 Apr 2020 23:20:44 +0200 Subject: [PATCH] Use Firefox dev to open org-roam graph --- config.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.org b/config.org index 9136097..d0acf53 100644 --- a/config.org +++ b/config.org @@ -249,6 +249,12 @@ First, set a directory where =org-roam= will index things. (setq org-roam-directory (expand-file-name "notes/" org-directory)) #+END_SRC +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")) +#+END_SRC + Customize the capture templates: - the first one is [[https://github.com/jethrokuan/org-roam/blob/772505ba70c073ebc7905c4fcb8b9cc3759c775a/org-roam-capture.el#L81][the default one]], I just removed the timestamp from the file