Emacs: removed telephone line
This commit is contained in:
parent
28bfa43d7d
commit
d57280b8fc
1 changed files with 0 additions and 11 deletions
|
@ -1299,17 +1299,6 @@ signature-file is the path to the file which contains the signature."
|
||||||
(require 'em-tramp)
|
(require 'em-tramp)
|
||||||
(setq password-cache-expiry 3600))
|
(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
|
;; edit-server
|
||||||
(use-package edit-server
|
(use-package edit-server
|
||||||
:init (edit-server-start))
|
:init (edit-server-start))
|
||||||
|
|
Loading…
Reference in a new issue