]> git.rkrishnan.org Git - .emacs.d.git/commitdiff
disable syntax highlighting, other misc changes
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Mon, 25 Apr 2016 05:45:36 +0000 (11:15 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Mon, 25 Apr 2016 05:45:57 +0000 (11:15 +0530)
init.el

diff --git a/init.el b/init.el
index c42a3d4e9e979eeea009dcedac456d306882349f..8ab378dde2c9c49de2f6ef26fefaadf8d4a39859 100644 (file)
--- a/init.el
+++ b/init.el
@@ -3,11 +3,14 @@
 ;; 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))
 
@@ -50,8 +53,8 @@
 
 (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)