Change color of internal org-roam links
This commit is contained in:
parent
2a030a5335
commit
72e965eb3e
1 changed files with 1 additions and 0 deletions
1
init.el
1
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/"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue