Powerline

This commit is contained in:
Ahir Reddy 2014-08-03 20:09:13 -07:00
commit 8e50d38aeb

16
.emacs
View file

@ -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