(erc-autojoin-mode t)
(setq erc-autojoin-channels-alist
- '((".*\\.freenode.net" "#tahoe-lafs" "#haskell" "#haskell-beginners")
- (".*\\.oftc.net" "#LeastAuthority")
- ;;(".*\\.mozilla.org" "#rust-beginners")
- ))
+ '((".*\\.freenode.net" "#tahoe-lafs") ;; "#plan9chan" "#cat-v")
+ (".*\\.oftc.net" "#LeastAuthority" "#debian-in")))
;; check channels
(erc-track-mode t)
;(desktop-save-mode 1)
+;; which function?
+(which-func-mode 1)
+(add-to-list 'which-func-modes '(c-mode c++-mode rust-mode haskell-mode))