From d57280b8fcf502c121231c0d0c9365394b3459b4 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Fri, 3 Aug 2018 07:58:56 +0200 Subject: [PATCH] Emacs: removed telephone line --- emacs/emacs.el | 11 ----------- 1 file changed, 11 deletions(-) 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))