diff options
author | Vincent Ambo <vincent@kivra.com> | 2014-12-29T20·51+0100 |
---|---|---|
committer | Vincent Ambo <vincent@kivra.com> | 2014-12-29T20·51+0100 |
commit | fb9a837c67a3f7e15c89daad168f2982aa3be8cc (patch) | |
tree | 830643ffade4477057c93b8920bd4b7d3a28f12b /init.el | |
parent | 677eba3e60b5f1b1473524a83e4d73dae1cba99b (diff) |
Split out Haskell and Clojure config
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/init.el b/init.el index 4a9a4e6c7c47..3e6a0743212d 100644 --- a/init.el +++ b/init.el @@ -70,7 +70,10 @@ settings modes bindings - eshell-setup)) + eshell-setup + clojure + haskell + )) (add-to-list 'load-path (concat user-emacs-directory "scripts")) |