(setq package-list '(go-mode
rust-mode
haskell-mode
- clojure-mode
ghc
restclient
tangotango-theme
- cider
fill-column-indicator
paredit
leuven-theme))
(erc-autojoin-mode t)
(setq erc-autojoin-channels-alist
- '((".*\\.freenode.net" "#tahoe-lafs")
+ '((".*\\.freenode.net" "#tahoe-lafs" "#plan9chan" "#inferno" "#cat-v" "#9front")
(".*\\.oftc.net" "#LeastAuthority")))
;; check channels
;; ghc-mod
(autoload 'ghc-init "ghc" nil t)
(autoload 'ghc-debug "ghc" nil t)
+(setq ghc-debug t)
(add-hook 'haskell-mode-hook (lambda () (ghc-init)))
(custom-set-variables
'(haskell-process-type 'cabal-repl))