diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2017-04-07 13:29:29 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2017-04-07 13:29:29 -0700 |
commit | 91ab3e5be3f90f522190952f25168113786a2448 (patch) | |
tree | e8bd939cb70dc13060388e6c263e2a04716a196c | |
parent | [Emacs] change the style of the cursor. (diff) | |
download | emacs.d-91ab3e5be3f90f522190952f25168113786a2448.tar.gz |
[Emacs] Remove spaceline
-rw-r--r-- | emacs.d/init.el | 8 |
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) |