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
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package telephone-line
|
(use-package telephone-line
|
||||||
:custom
|
:custom
|
||||||
|
(telephone-line-height 20)
|
||||||
(telephone-line-lhs
|
(telephone-line-lhs
|
||||||
'((evil . (telephone-line-evil-tag-segment))
|
'((evil . (telephone-line-evil-tag-segment))
|
||||||
(accent . (telephone-line-erc-modified-channels-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
|
:after all-the-icons
|
||||||
:demand
|
:demand
|
||||||
:custom
|
:custom
|
||||||
(centaur-tabs-height 38)
|
(centaur-tabs-height 26)
|
||||||
(centaur-tabs-modified-marker "•")
|
(centaur-tabs-modified-marker "•")
|
||||||
(centaur-tabs-set-icons t)
|
(centaur-tabs-set-icons t)
|
||||||
(centaur-tabs-set-modified-marker t)
|
(centaur-tabs-set-modified-marker t)
|
||||||
|
|||||||
Reference in New Issue
Block a user