Checkpoint
This commit is contained in:
parent
97d90e7a81
commit
e2b972021e
2 changed files with 3 additions and 5 deletions
2
init.el
2
init.el
|
@ -1,4 +1,4 @@
|
||||||
;
|
;________________________________________
|
||||||
; Load files matching lisp.d/*.el
|
; Load files matching lisp.d/*.el
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
(mapc
|
(mapc
|
||||||
(lambda (path) (add-to-list 'load-path (expand-file-name path)))
|
(lambda (path) (add-to-list 'load-path (expand-file-name path)))
|
||||||
'(
|
'(
|
||||||
"~/Software/Emacs/Lisp/scala-mode/current"
|
"~/Software/Emacs/Lisp/scala-mode2/current"
|
||||||
"~/Software/Emacs/Lisp/scala/ensime/current/elisp"
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -18,7 +17,6 @@
|
||||||
(mapc
|
(mapc
|
||||||
(lambda (library) (require library))
|
(lambda (library) (require library))
|
||||||
'(
|
'(
|
||||||
scala-mode-auto
|
scala-mode2
|
||||||
ensime
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue