Checkpoint

This commit is contained in:
mANIA pHOBIC 2013-08-17 16:09:50 -07:00
parent 97d90e7a81
commit e2b972021e
2 changed files with 3 additions and 5 deletions

View file

@ -1,4 +1,4 @@
;
;________________________________________
; Load files matching lisp.d/*.el
;

View file

@ -5,8 +5,7 @@
(mapc
(lambda (path) (add-to-list 'load-path (expand-file-name path)))
'(
"~/Software/Emacs/Lisp/scala-mode/current"
"~/Software/Emacs/Lisp/scala/ensime/current/elisp"
"~/Software/Emacs/Lisp/scala-mode2/current"
)
)
@ -18,7 +17,6 @@
(mapc
(lambda (library) (require library))
'(
scala-mode-auto
ensime
scala-mode2
)
)