From 191438718de6175cb0cff457005ed312cc4e8fd8 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 27 Aug 2020 15:31:17 +0200 Subject: Use feature/native-comp Emacs build from overlay --- gui/conf/metakr.org | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'gui/conf/metakr.org') 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) -- cgit v1.2.3