From 53961f6c60e2700faa6bf260fc1c8883301d0832 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 13 Apr 2020 18:59:26 +0200 Subject: [PATCH] Use a different face for org-roam links Makes them look yellow, to differentiate them from blue org links easily --- config.org | 1 + init.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index 8ad84a9..800d592 100644 --- a/config.org +++ b/config.org @@ -255,6 +255,7 @@ Customize the capture templates: #+BEGIN_SRC emacs-lisp (after! org-roam + (set-face-attribute 'org-roam-link nil :foreground "#CCCC60") (setq org-roam-capture-templates '(("d" "default" plain (function org-roam-capture--get-point) "%?" diff --git a/init.el b/init.el index e634094..0fb478c 100644 --- a/init.el +++ b/init.el @@ -96,7 +96,7 @@ ;;pass ; password manager for nerds ;;pdf ; pdf enhancements ;;prodigy ; FIXME managing external services & code builders - ;;rgb ; creating color strings + rgb ; creating color strings ;;terraform ; infrastructure as code ;;tmux ; an API for interacting with tmux ;;upload ; map local to remote projects via ssh/ftp