mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Powerline
This commit is contained in:
parent
a4514ce908
commit
8e50d38aeb
1 changed files with 13 additions and 3 deletions
16
.emacs
16
.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue