Fix centaur-tabs and telephone-line height due to emacs 27 cairo rendering on hidpi
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user