Emacs: Fix HiDPI mode lines height
This commit is contained in:
@@ -47,7 +47,7 @@ Places buffers as tabs in a bar at the top of the frame.
|
||||
. centaur-tabs-local-mode)
|
||||
:config
|
||||
(setq centaur-tabs-enable-ido-completion nil)
|
||||
(setq centaur-tabs-height (if dot/hidpi 28 18))
|
||||
(setq centaur-tabs-height (if dot/hidpi 38 18))
|
||||
(setq centaur-tabs-modified-marker "•")
|
||||
(setq centaur-tabs-set-icons t)
|
||||
(setq centaur-tabs-set-modified-marker t)
|
||||
@@ -218,7 +218,7 @@ Emacs mode line replacement.
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package telephone-line
|
||||
:config
|
||||
(setq telephone-line-height (if dot/hidpi 20 15))
|
||||
(setq telephone-line-height (if dot/hidpi 30 15))
|
||||
(setq telephone-line-lhs
|
||||
'((evil . (telephone-line-evil-tag-segment))
|
||||
(accent . (telephone-line-erc-modified-channels-segment
|
||||
|
||||
Reference in New Issue
Block a user