From 8e50d38aebbd7f7cf0e27a3ca7a67823d548b27d Mon Sep 17 00:00:00 2001 From: Ahir Reddy Date: Sun, 3 Aug 2014 20:09:13 -0700 Subject: [PATCH] Powerline --- .emacs | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.emacs b/.emacs index e7624da9f..16bbdccf4 100644 --- a/.emacs +++ b/.emacs @@ -1,6 +1,6 @@ ; list the packages you want (setq package-list '(auctex expand-region gist magit magithub markdown-mode paredit projectile - python sass-mode rainbow-mode scss-mode solarized-theme + python sass-mode rainbow-mode scss-mode solarized-theme anything volatile-highlights evil evil-leader scala-mode2 sbt-mode)) ; list the repositories containing them @@ -51,10 +51,17 @@ (ido-mode 1) ; Scala -;; Load the ensime lisp code... -(add-to-list 'load-path "/Users/ahirreddy/.emacs.d/ensime/elisp") +; Load the ensime lisp code... +(add-to-list 'load-path "~/.emacs.d/ensime/elisp") (require 'ensime) +; Powerline +; https://github.com/Dewdrops/powerline.git +(add-to-list 'load-path "~/.emacs.d/powerline") +(require 'powerline) +(powerline-center-evil-theme) + + ;; This step causes the ensime-mode to be started whenever ;; scala-mode is started for a buffer. You may have to customize this step ;; if you're not using the standard scala mode. @@ -63,6 +70,9 @@ ; Debug ;(setq debug-on-error t) +; Disable Stupid Bell +(setq bell-volume 0) + ;Custom (custom-set-variables