Revert "[emacs] temporarily disabling powerline"

This reverts commit 8ca2add797.
This commit is contained in:
Correl Roush 2015-03-19 19:58:26 -04:00
parent 8ca2add797
commit 4dae1da5fb

View file

@ -258,7 +258,6 @@ languages. Setting ~Confirm Evaluation~ to ~No~ disables the
#+name: packages
#+BEGIN_SRC emacs-lisp
(use-package powerline
:disabled t
:ensure t
:init (powerline-default-theme))
#+END_SRC