forked from colonelpanic/dotfiles
add telephone-line disable powerline
This commit is contained in:
parent
38bc891075
commit
df4d570949
@ -2014,6 +2014,10 @@ window is active in the perspective."
|
||||
(read-only-mode))
|
||||
(add-hook 'compilation-filter-hook 'colorize-compilation-buffer)
|
||||
|
||||
(use-package telephone-line
|
||||
:config
|
||||
(telephone-line-mode 1))
|
||||
|
||||
;; =============================================================================
|
||||
;; Themes
|
||||
;; =============================================================================
|
||||
|
@ -10,6 +10,7 @@
|
||||
|
||||
(defvar dotspacemacs-mode-line-unicode-symbols nil)
|
||||
(use-package powerline
|
||||
:disabled t
|
||||
:ensure t
|
||||
:init
|
||||
(progn
|
||||
|
Loading…
Reference in New Issue
Block a user