]> git.rkrishnan.org Git - .emacs.d.git/commitdiff
cabal-repl, restclient
authorRamakrishnan Muthukrishnan <ram@leastauthority.com>
Sat, 14 Feb 2015 11:44:32 +0000 (17:14 +0530)
committerRamakrishnan Muthukrishnan <ram@leastauthority.com>
Sat, 14 Feb 2015 11:44:32 +0000 (17:14 +0530)
init.el

diff --git a/init.el b/init.el
index 330c5bc042bed5415805ddc6ae7a7055bd3dbaac..c954fbc15cb7dd793054b2baff1cd71e650ff767 100644 (file)
--- a/init.el
+++ b/init.el
@@ -40,7 +40,7 @@
   (package-refresh-contents))
 
 ;; make sure my list of packages are installed
-(setq package-list '(rust-mode haskell-mode go-mode monokai-theme ghc))
+(setq package-list '(rust-mode haskell-mode go-mode monokai-theme ghc restclient))
 
 ; install the missing packages
 (dolist (package package-list)
@@ -91,6 +91,8 @@
 (autoload 'ghc-init "ghc" nil t)
 (autoload 'ghc-debug "ghc" nil t)
 (add-hook 'haskell-mode-hook (lambda () (ghc-init)))
+(custom-set-variables
+  '(haskell-process-type 'cabal-repl))
 
 ;; ido
 (setq ido-enable-flex-matching t)