aboutsummaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs')
-rwxr-xr-x.emacs4
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index e4dded5..f26cfc3 100755
--- a/.emacs
+++ b/.emacs
@@ -436,5 +436,9 @@
:init
(sml/setup))
+(use-package sclang-extensions
+ :ensure t
+ :demand t)
+
(provide '.emacs)
;;; .emacs ends here