]> git.rkrishnan.org Git - .emacs.d.git/commitdiff
remove clojure/cider, add a few irc channels
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Tue, 15 Sep 2015 05:43:45 +0000 (11:13 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Tue, 15 Sep 2015 05:43:45 +0000 (11:13 +0530)
init.el

diff --git a/init.el b/init.el
index e176516441f39f5501068dadcf213be5f80ee2e2..acca2502164a419c7c50f7aa85e41d80b58ebb74 100644 (file)
--- a/init.el
+++ b/init.el
 (setq package-list '(go-mode
                      rust-mode
                      haskell-mode
-                     clojure-mode
                      ghc
                      restclient
                      tangotango-theme
-                     cider
                      fill-column-indicator
                      paredit
                      leuven-theme))
@@ -72,7 +70,7 @@
 
 (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))