From: Ramakrishnan Muthukrishnan Date: Tue, 15 Sep 2015 05:43:45 +0000 (+0530) Subject: remove clojure/cider, add a few irc channels X-Git-Url: https://git.rkrishnan.org/?p=.emacs.d.git;a=commitdiff_plain;h=2318350f84d691922504496b83f075a8ffb010d0 remove clojure/cider, add a few irc channels --- diff --git a/init.el b/init.el index e176516..acca250 100644 --- a/init.el +++ b/init.el @@ -47,11 +47,9 @@ (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 @@ -131,6 +129,7 @@ ;; 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))