From 151f38422fe7a3e42f6d176b747d774065a35287 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 3 May 2020 15:01:32 +0200 Subject: [PATCH] Move org-roam font face to its own source block --- config.org | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index d0acf53..bdc2a91 100644 --- a/config.org +++ b/config.org @@ -255,6 +255,14 @@ Instruct =org-roam= to use =firefox-developer-edition= to open the graph: (setq org-roam-graph-viewer (executable-find "firefox-developer-edition")) #+END_SRC +Change link color for =org-roam= links, to distinguish them from standard Org +links: + +#+BEGIN_SRC emacs-lisp +(after! org-roam + (set-face-attribute 'org-roam-link nil :foreground "#FF8860")) +#+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 @@ -266,7 +274,6 @@ Customize the capture templates: #+BEGIN_SRC emacs-lisp (after! org-roam - (set-face-attribute 'org-roam-link nil :foreground "#FF8860") (setq org-roam-capture-templates '(("d" "default" plain (function org-roam-capture--get-point) "%?"