From a1f365bcf1bc781a12b1956bb4eeeca520a01273 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Wed, 12 Aug 2020 05:03:52 +0200 Subject: [PATCH] Fix centaur-tabs and telephone-line height due to emacs 27 cairo rendering on hidpi --- .config/emacs/config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/emacs/config.org b/.config/emacs/config.org index c679507..05c2e6b 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -279,6 +279,7 @@ Emacs mode line replacement. #+BEGIN_SRC emacs-lisp (use-package telephone-line :custom + (telephone-line-height 20) (telephone-line-lhs '((evil . (telephone-line-evil-tag-segment)) (accent . (telephone-line-erc-modified-channels-segment @@ -314,7 +315,7 @@ Places buffers as tabs in a bar at the top. :after all-the-icons :demand :custom - (centaur-tabs-height 38) + (centaur-tabs-height 26) (centaur-tabs-modified-marker "•") (centaur-tabs-set-icons t) (centaur-tabs-set-modified-marker t)