summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-12-15 08:34:24 -0800
committerFranck Cuny <franck.cuny@gmail.com>2016-12-15 08:34:24 -0800
commitec8bb4579c25486d50f7780349edf7f74f499078 (patch)
treeb57859e1d3ee6b991a7faecad203a8aa5516f8d1
parent[emacs] Use default font (diff)
downloademacs.d-ec8bb4579c25486d50f7780349edf7f74f499078.tar.gz
[emacs] Don't use powerline.
-rw-r--r--emacs.d/init.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 39afd33..3885b59 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -387,14 +387,6 @@
:config
(setq diffusion-repo-prefix-list '(("source" "source"))))
-(use-package powerline
- ;; nicer modeline
- :config
- (setq powerline-display-buffer-size nil)
- (setq powerline-display-mule-info nil)
- (setq powerline-display-hud nil)
- (powerline-default-theme))
-
(use-package projectile
;; library to interact with projects
:ensure t