summary refs log tree commit diff
path: root/emacs.d/config/fcuny-scala.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/config/fcuny-scala.el')
-rw-r--r--emacs.d/config/fcuny-scala.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/emacs.d/config/fcuny-scala.el b/emacs.d/config/fcuny-scala.el
deleted file mode 100644
index cfadbd6..0000000
--- a/emacs.d/config/fcuny-scala.el
+++ /dev/null
@@ -1,6 +0,0 @@
-(eval-when-compile
-  (require 'use-package))
-
-(use-package scala-mode :ensure t)
-
-(provide 'fcuny-scala)