From 36831579137b34e3c5add63184254712a495c373 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 4 Jul 2020 11:32:37 +0200 Subject: Fix org-link markup --- gui/conf/metakr.org | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'gui/conf/metakr.org') diff --git a/gui/conf/metakr.org b/gui/conf/metakr.org index 33e2f58..6d58cc6 100644 --- a/gui/conf/metakr.org +++ b/gui/conf/metakr.org @@ -256,10 +256,13 @@ For quick iteration all colors are stored in a table. :inherit fixed-pitch) (org-code :inherit fixed-pitch) + (org-link + :foreground @link + :underline t + :inherit fixed-pitch) (org-table :inherit fixed-pitch - :background @org-table - :height 0.9) + :background @org-table) (org-formula :inherit org-table :height 1) -- cgit v1.2.3