Emacs: set telephone-line height to 20
This apparently fixes some problems with not equally sized mode-line elements
This commit is contained in:
parent
6cfa709a75
commit
504632b2ee
1 changed files with 1 additions and 0 deletions
|
@ -1290,6 +1290,7 @@ signature-file is the path to the file which contains the signature."
|
||||||
;; A new implementation of Powerline for Emacs
|
;; A new implementation of Powerline for Emacs
|
||||||
(use-package telephone-line
|
(use-package telephone-line
|
||||||
:init
|
:init
|
||||||
|
(setq telephone-line-height 20)
|
||||||
(setq telephone-line-primary-left-separator 'telephone-line-cubed-left
|
(setq telephone-line-primary-left-separator 'telephone-line-cubed-left
|
||||||
telephone-line-secondary-left-separator 'telephone-line-cubed-hollow-left
|
telephone-line-secondary-left-separator 'telephone-line-cubed-hollow-left
|
||||||
telephone-line-primary-right-separator 'telephone-line-cubed-right
|
telephone-line-primary-right-separator 'telephone-line-cubed-right
|
||||||
|
|
Loading…
Reference in a new issue