mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +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
|
; list the packages you want
|
||||||
(setq package-list '(auctex expand-region gist magit magithub markdown-mode paredit projectile
|
(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))
|
volatile-highlights evil evil-leader scala-mode2 sbt-mode))
|
||||||
|
|
||||||
; list the repositories containing them
|
; list the repositories containing them
|
||||||
|
|
@ -51,10 +51,17 @@
|
||||||
(ido-mode 1)
|
(ido-mode 1)
|
||||||
|
|
||||||
; Scala
|
; Scala
|
||||||
;; Load the ensime lisp code...
|
; Load the ensime lisp code...
|
||||||
(add-to-list 'load-path "/Users/ahirreddy/.emacs.d/ensime/elisp")
|
(add-to-list 'load-path "~/.emacs.d/ensime/elisp")
|
||||||
(require 'ensime)
|
(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
|
;; This step causes the ensime-mode to be started whenever
|
||||||
;; scala-mode is started for a buffer. You may have to customize this step
|
;; scala-mode is started for a buffer. You may have to customize this step
|
||||||
;; if you're not using the standard scala mode.
|
;; if you're not using the standard scala mode.
|
||||||
|
|
@ -63,6 +70,9 @@
|
||||||
; Debug
|
; Debug
|
||||||
;(setq debug-on-error t)
|
;(setq debug-on-error t)
|
||||||
|
|
||||||
|
; Disable Stupid Bell
|
||||||
|
(setq bell-volume 0)
|
||||||
|
|
||||||
;Custom
|
;Custom
|
||||||
|
|
||||||
(custom-set-variables
|
(custom-set-variables
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue