aboutsummaryrefslogtreecommitdiff
path: root/gui/conf/metakr.org
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-07-04 11:32:37 +0200
committerAdrian Kummerlaender2020-07-04 11:32:37 +0200
commit36831579137b34e3c5add63184254712a495c373 (patch)
tree1bdc83110270de68f0716fe96abd64f60be8941c /gui/conf/metakr.org
parent0ccea5e1cd792d91b385d0af4993eafc80c6804f (diff)
downloadnixos_home-36831579137b34e3c5add63184254712a495c373.tar
nixos_home-36831579137b34e3c5add63184254712a495c373.tar.gz
nixos_home-36831579137b34e3c5add63184254712a495c373.tar.bz2
nixos_home-36831579137b34e3c5add63184254712a495c373.tar.lz
nixos_home-36831579137b34e3c5add63184254712a495c373.tar.xz
nixos_home-36831579137b34e3c5add63184254712a495c373.tar.zst
nixos_home-36831579137b34e3c5add63184254712a495c373.zip
Fix org-link markup
Diffstat (limited to 'gui/conf/metakr.org')
-rw-r--r--gui/conf/metakr.org7
1 files changed, 5 insertions, 2 deletions
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)