forked from colonelpanic/dotfiles
set telephone-line left separator to be cubed
This commit is contained in:
parent
3c801f30d4
commit
0498f1c97f
@ -2041,7 +2041,9 @@ window is active in the perspective."
|
|||||||
|
|
||||||
(use-package telephone-line
|
(use-package telephone-line
|
||||||
:config
|
:config
|
||||||
(telephone-line-mode 1))
|
(progn
|
||||||
|
(setq telephone-line-primary-left-separator #'telephone-line-cubed-left)
|
||||||
|
(telephone-line-mode 1)))
|
||||||
|
|
||||||
;; =============================================================================
|
;; =============================================================================
|
||||||
;; Themes
|
;; Themes
|
||||||
|
Loading…
Reference in New Issue
Block a user