Emacs: telephone-line mode

This commit is contained in:
Marcel Kapfer 2018-03-01 10:40:06 +01:00
parent 43b16d3957
commit 2cb5cd2db7
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 10 additions and 0 deletions

View File

@ -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))