spacemacs/layers/+vim/vim-powerline/README.org
2015-10-02 19:33:41 +02:00

17 lines
434 B
Org Mode

#+TITLE: vim-powerline contribution layer for Spacemacs
* Table of Contents :TOC@4:
- [[#description][Description]]
- [[#install][Install]]
* Description
A powerline theme modeled after the vim powerline theme.
* Install
To use this contribution add it to your =~/.spacemacs=
#+BEGIN_SRC emacs-lisp
(setq-default dotspacemacs-configuration-layers '(vim-powerline))
#+END_SRC