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))
|
(read-only-mode))
|
||||||
(add-hook 'compilation-filter-hook 'colorize-compilation-buffer)
|
(add-hook 'compilation-filter-hook 'colorize-compilation-buffer)
|
||||||
|
|
||||||
|
(use-package telephone-line
|
||||||
|
:config
|
||||||
|
(telephone-line-mode 1))
|
||||||
|
|
||||||
;; =============================================================================
|
;; =============================================================================
|
||||||
;; Themes
|
;; Themes
|
||||||
;; =============================================================================
|
;; =============================================================================
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
(defvar dotspacemacs-mode-line-unicode-symbols nil)
|
(defvar dotspacemacs-mode-line-unicode-symbols nil)
|
||||||
(use-package powerline
|
(use-package powerline
|
||||||
|
:disabled t
|
||||||
:ensure t
|
:ensure t
|
||||||
:init
|
:init
|
||||||
(progn
|
(progn
|
||||||
|
Loading…
Reference in New Issue
Block a user