diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2017-02-27 09:43:11 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2017-02-27 09:43:11 -0800 |
commit | 73acc31983f1a3f72d451173d0525b8b18e78a9d (patch) | |
tree | 911d250695c26374a4f5d7e6219c7357f2ac249c | |
parent | [Emacs] Use different color for highlight and region. (diff) | |
download | emacs.d-73acc31983f1a3f72d451173d0525b8b18e78a9d.tar.gz |
[Emacs] Change the theme for spaceline.
Diffstat (limited to '')
-rw-r--r-- | emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 22f3f2a..98a87a0 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -443,7 +443,8 @@ :ensure t :config (require 'spaceline-config) - (spaceline-spacemacs-theme) + (spaceline-emacs-theme) + (setq powerline-default-separator 'arrow) (spaceline-info-mode)) (use-package swiper |