Emacs: removed telephone line

This commit is contained in:
Marcel Kapfer 2018-08-03 07:58:56 +02:00
parent 28bfa43d7d
commit d57280b8fc
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 0 additions and 11 deletions

View File

@ -1299,17 +1299,6 @@ signature-file is the path to the file which contains the signature."
(require 'em-tramp)
(setq password-cache-expiry 3600))
;; telephone-line
;; A new implementation of Powerline for Emacs
(use-package telephone-line
:init
(setq telephone-line-height 20)
(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))
;; edit-server
(use-package edit-server
:init (edit-server-start))