Add custom face for org-roam-links

This commit is contained in:
Thomas Dehaeze 2020-04-16 19:08:53 +02:00
parent 7a964ef8f2
commit 87d8d177db

View File

@ -2089,6 +2089,8 @@ Nice Functions:
** Org Roam ([[https://github.com/jethrokuan/org-roam/][link]])
#+begin_src emacs-lisp
(use-package! org-roam
:custom-face
(org-roam-link ((t (:inherit org-link :foreground "#cc241d"))))
:config
(setq org-roam-directory "~/Cloud/brain/")
(setq org-roam-completion-system 'helm)