diff options
author | Adrian Kummerlaender | 2020-07-04 11:32:37 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2020-07-04 11:32:37 +0200 |
commit | 36831579137b34e3c5add63184254712a495c373 (patch) | |
tree | 1bdc83110270de68f0716fe96abd64f60be8941c /gui | |
parent | 0ccea5e1cd792d91b385d0af4993eafc80c6804f (diff) | |
download | nixos_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')
-rw-r--r-- | gui/conf/metakr.org | 7 |
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) |