summary refs log tree commit diff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2017-04-07 13:29:29 -0700
committerFranck Cuny <franck.cuny@gmail.com>2017-04-07 13:29:29 -0700
commit91ab3e5be3f90f522190952f25168113786a2448 (patch)
treee8bd939cb70dc13060388e6c263e2a04716a196c /emacs.d/init.el
parent[Emacs] change the style of the cursor. (diff)
downloademacs.d-91ab3e5be3f90f522190952f25168113786a2448.tar.gz
[Emacs] Remove spaceline
Diffstat (limited to 'emacs.d/init.el')
-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 98a87a0..dc068ec 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -439,14 +439,6 @@
   (add-hook 'sh-mode-hook 'set-sh-mode-indent)
   (add-hook 'after-save-hook 'executable-make-buffer-file-executable-if-script-p))
 
-(use-package spaceline
-  :ensure t
-  :config
-  (require 'spaceline-config)
-  (spaceline-emacs-theme)
-  (setq powerline-default-separator 'arrow)
-  (spaceline-info-mode))
-
 (use-package swiper
   ;; install swiper
   :ensure t)