From 6831055b32cf4f933acfc5f7b067000f6cb94659 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 12 Jul 2020 20:32:43 +0200 Subject: Style invalid org-roam links the same way as org-links As external org-links are marked as invalid org-roam links --- gui/conf/metakr.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gui/conf/metakr.org b/gui/conf/metakr.org index 6d58cc6..81ecf8e 100644 --- a/gui/conf/metakr.org +++ b/gui/conf/metakr.org @@ -260,6 +260,10 @@ For quick iteration all colors are stored in a table. :foreground @link :underline t :inherit fixed-pitch) + (org-roam-link-invalid + :foreground @link + :underline t + :inherit fixed-pitch) (org-table :inherit fixed-pitch :background @org-table) @@ -379,4 +383,3 @@ This block resolves the =@=-prefixed variables of the theme structure using a gi (process structure))))) #+END_SRC - -- cgit v1.2.3