Use a different face for org-roam links

Makes them look yellow, to differentiate them from blue org links easily
This commit is contained in:
Antoine Martin 2020-04-13 18:59:26 +02:00
parent bfbf2377aa
commit 53961f6c60
2 changed files with 2 additions and 1 deletions

View file

@ -255,6 +255,7 @@ Customize the capture templates:
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(after! org-roam (after! org-roam
(set-face-attribute 'org-roam-link nil :foreground "#CCCC60")
(setq org-roam-capture-templates (setq org-roam-capture-templates
'(("d" "default" plain (function org-roam-capture--get-point) '(("d" "default" plain (function org-roam-capture--get-point)
"%?" "%?"

View file

@ -96,7 +96,7 @@
;;pass ; password manager for nerds ;;pass ; password manager for nerds
;;pdf ; pdf enhancements ;;pdf ; pdf enhancements
;;prodigy ; FIXME managing external services & code builders ;;prodigy ; FIXME managing external services & code builders
;;rgb ; creating color strings rgb ; creating color strings
;;terraform ; infrastructure as code ;;terraform ; infrastructure as code
;;tmux ; an API for interacting with tmux ;;tmux ; an API for interacting with tmux
;;upload ; map local to remote projects via ssh/ftp ;;upload ; map local to remote projects via ssh/ftp