diff --git a/emacs/emacs.el b/emacs/emacs.el index 3a3c41f..5f904a7 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -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))