~edwargix/emacs.d

587aa3e9dfe8d516472a5482691633235c7996d1 — David Florness 6 years ago 2cb24ae
Start Scala setup file
2 files changed, 2 insertions(+), 0 deletions(-)

M init.el
A lisp/setup-scala.el
M init.el => init.el +1 -0
@@ 29,6 29,7 @@
(load "~/.emacs.d/lisp/setup-web")
(load "~/.emacs.d/lisp/setup-racket")
(load "~/.emacs.d/lisp/setup-clojure")
(load "~/.emacs.d/lisp/setup-scala")


;;; Winner mode: allows for undoing and redoing of windoow configurations

A lisp/setup-scala.el => lisp/setup-scala.el +1 -0
@@ 0,0 1,1 @@
(use-package scala-mode)