I removed scala.el

This commit is contained in:
mANIApHOBIC 2014-11-26 20:10:59 -08:00
parent 5c0b839107
commit 54431651e8

View file

@ -1,22 +0,0 @@
;
; Augment the load path
;
(mapc
(lambda (path) (add-to-list 'load-path (expand-file-name path)))
'(
"~/Software/Emacs/Lisp/scala-mode2/current"
)
)
;
; Load libraries
; Order matters
;
(mapc
(lambda (library) (require library))
'(
scala-mode2
)
)