;; y-or-n instead of yes-or-no
(defalias 'yes-or-no-p 'y-or-n-p)
-;; Don't use messages that you don't rea
+;; Don't show startup msg, don't store tilde files
(setq make-backup-files nil)
(setq initial-scratch-message "")
(setq inhibit-startup-message t)
+;; turn OFF syntax highlighting
+(global-font-lock-mode 0)
+
;; cursor bar
(setq-default cursor-type '(bar . 2))
(erc-autojoin-mode t)
(setq erc-autojoin-channels-alist
- '((".*\\.freenode.net" "#tahoe-lafs") ;; "#plan9chan" "#cat-v")
- (".*\\.oftc.net" "#LeastAuthority" "#debian-in")))
+ '((".*\\.freenode.net" "#tahoe-lafs") ;; #inferno "#plan9chan" "#cat-v")
+ (".*\\.oftc.net" "#LeastAuthority")))
;; check channels
(erc-track-mode t)