I removed scala.el
This commit is contained in:
parent
5c0b839107
commit
54431651e8
1 changed files with 0 additions and 22 deletions
|
@ -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
|
|
||||||
)
|
|
||||||
)
|
|
Loading…
Reference in a new issue