From 54431651e84346c89e23c470296710acbd41327a Mon Sep 17 00:00:00 2001 From: mANIApHOBIC Date: Wed, 26 Nov 2014 20:10:59 -0800 Subject: [PATCH] I removed scala.el --- lisp.d/scala.el | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 lisp.d/scala.el diff --git a/lisp.d/scala.el b/lisp.d/scala.el deleted file mode 100644 index 216898a..0000000 --- a/lisp.d/scala.el +++ /dev/null @@ -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 - ) -)