From c5429a1d5cd01104250d7881a0eee2d1c9b453af Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Sat, 17 Aug 2013 02:50:46 -0400 Subject: [PATCH] [emacs] Add powerline --- .emacs.d/Cask | 1 + .emacs.d/init.d/powerline.el | 1 + 2 files changed, 2 insertions(+) create mode 100644 .emacs.d/init.d/powerline.el diff --git a/.emacs.d/Cask b/.emacs.d/Cask index 9ee7e66..0604d6c 100644 --- a/.emacs.d/Cask +++ b/.emacs.d/Cask @@ -10,6 +10,7 @@ (depends-on "git-gutter") (depends-on "smex") (depends-on "expand-region") +(depends-on "powerline") ;; PHP (depends-on "multi-web-mode") diff --git a/.emacs.d/init.d/powerline.el b/.emacs.d/init.d/powerline.el new file mode 100644 index 0000000..8ea825a --- /dev/null +++ b/.emacs.d/init.d/powerline.el @@ -0,0 +1 @@ +(powerline-default-theme)