mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Ensime working!
This commit is contained in:
parent
5cf0ea9601
commit
9c6a492a32
1 changed files with 2 additions and 2 deletions
4
.emacs
4
.emacs
|
|
@ -1,7 +1,7 @@
|
|||
; 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
|
||||
volatile-highlights evil scala-mode2 sbt-mode ensime))
|
||||
volatile-highlights evil scala-mode2 sbt-mode))
|
||||
|
||||
; list the repositories containing them
|
||||
(setq package-archives '(("elpa" . "http://tromey.com/elpa/")
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
; Scala
|
||||
;; Load the ensime lisp code...
|
||||
(add-to-list 'load-path "ensime/elisp/")
|
||||
(add-to-list 'load-path "/Users/ahirreddy/.emacs.d/ensime/elisp")
|
||||
(require 'ensime)
|
||||
|
||||
;; This step causes the ensime-mode to be started whenever
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue