diff --git a/init.el b/init.el index dd6572a..3f8878b 100644 --- a/init.el +++ b/init.el @@ -725,6 +725,7 @@ (setq org-roam-graph-extra-config '(("overlap" . "false") ("rankdir" . "LR"))) (setq org-roam-completion-system 'ivy) (setq org-roam-link-use-custom-faces 'everywhere) + (set-face-attribute 'org-roam-link nil :foreground "lime green") (require 'org-roam-protocol) (setq org-roam-dailies-directory "daily/"))