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:
parent
bfbf2377aa
commit
53961f6c60
|
@ -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)
|
||||
"%?"
|
||||
|
|
2
init.el
2
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
|
||||
|
|
Loading…
Reference in a new issue