Emacs: telephone-line mode
This commit is contained in:
parent
43b16d3957
commit
2cb5cd2db7
1 changed files with 10 additions and 0 deletions
|
@ -1139,3 +1139,13 @@
|
|||
:init
|
||||
;; Set default connection method for TRAMP
|
||||
(setq tramp-default-method "ssh"))
|
||||
|
||||
;; telephone-line
|
||||
;; A new implementation of Powerline for Emacs
|
||||
(use-package telephone-line
|
||||
:init
|
||||
(setq telephone-line-primary-left-separator 'telephone-line-cubed-left
|
||||
telephone-line-secondary-left-separator 'telephone-line-cubed-hollow-left
|
||||
telephone-line-primary-right-separator 'telephone-line-cubed-right
|
||||
telephone-line-secondary-right-separator 'telephone-line-cubed-hollow-right)
|
||||
(telephone-line-mode 1))
|
||||
|
|
Loading…
Reference in a new issue