aboutsummaryrefslogtreecommitdiff
path: root/gui/conf/metakr.org
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-08-27 15:31:17 +0200
committerAdrian Kummerlaender2020-08-27 15:31:17 +0200
commit191438718de6175cb0cff457005ed312cc4e8fd8 (patch)
tree2e7057252c10c05f9264e6e655722129f30c4df8 /gui/conf/metakr.org
parent65dfa1de8c33cda799a61cc15a34317a5a50093c (diff)
downloadnixos_home-191438718de6175cb0cff457005ed312cc4e8fd8.tar
nixos_home-191438718de6175cb0cff457005ed312cc4e8fd8.tar.gz
nixos_home-191438718de6175cb0cff457005ed312cc4e8fd8.tar.bz2
nixos_home-191438718de6175cb0cff457005ed312cc4e8fd8.tar.lz
nixos_home-191438718de6175cb0cff457005ed312cc4e8fd8.tar.xz
nixos_home-191438718de6175cb0cff457005ed312cc4e8fd8.tar.zst
nixos_home-191438718de6175cb0cff457005ed312cc4e8fd8.zip
Use feature/native-comp Emacs build from overlay
Diffstat (limited to 'gui/conf/metakr.org')
-rw-r--r--gui/conf/metakr.org9
1 files changed, 6 insertions, 3 deletions
diff --git a/gui/conf/metakr.org b/gui/conf/metakr.org
index 81ecf8e..0cb6448 100644
--- a/gui/conf/metakr.org
+++ b/gui/conf/metakr.org
@@ -308,14 +308,17 @@ For quick iteration all colors are stored in a table.
:foreground @org-tag)
(org-block-begin-line
:inherit fixed-pitch
- :background @org-block-line)
+ :background @org-block-line
+ :extend t)
(org-block-end-line
:inherit fixed-pitch
- :background @org-block-line)
+ :background @org-block-line
+ :extend t)
(org-block
:background @org-block-bg
:inherit fixed-pitch
- :height 0.9)
+ :height 0.9
+ :extend t)
(org-priority
:inherit fixed-pitch
:weight normal)