diff options
author | Vincent Ambo <vincent@kivra.com> | 2015-01-16T13·42+0100 |
---|---|---|
committer | Vincent Ambo <vincent@kivra.com> | 2015-01-16T13·42+0100 |
commit | e5ece0c35a3ea0d6cbc155453786e8922ea2ab34 (patch) | |
tree | 988bbab1962255a4f776cfcd442482d172a961a5 /init.el | |
parent | a21aeac72cd3cfd153edfd0bcaf9d1d1b031914a (diff) |
[haskell] Split out haskell config into new file
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index da93bf1eb862..26c5dfab8216 100644 --- a/init.el +++ b/init.el @@ -75,7 +75,7 @@ bindings eshell-setup clojure - haskell + haskell-setup )) (add-to-list 'load-path (concat user-emacs-directory "scripts")) |