style(look-and-feel): Use tan-shaped separators for telephone-line
This commit is contained in:
parent
59aa338932
commit
e543ddff2e
1 changed files with 6 additions and 0 deletions
|
|
@ -56,6 +56,12 @@
|
||||||
(setq telephone-line-rhs
|
(setq telephone-line-rhs
|
||||||
'((accent . (telephone-line-major-mode-segment))
|
'((accent . (telephone-line-major-mode-segment))
|
||||||
(nil . (telephone-line-last-window-segment))))
|
(nil . (telephone-line-last-window-segment))))
|
||||||
|
|
||||||
|
(setq telephone-line-primary-left-separator 'telephone-line-tan-left
|
||||||
|
telephone-line-primary-right-separator 'telephone-line-tan-right
|
||||||
|
telephone-line-secondary-left-separator 'telephone-line-tan-hollow-left
|
||||||
|
telephone-line-secondary-right-separator 'telephone-line-tan-hollow-right)
|
||||||
|
|
||||||
(telephone-line-mode 1)
|
(telephone-line-mode 1)
|
||||||
|
|
||||||
;; Auto refresh buffers
|
;; Auto refresh buffers
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue