From 62968335a8d96ff9336740659cba3c362a9d3c6a Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Mon, 25 Apr 2016 11:15:36 +0530
Subject: [PATCH] disable syntax highlighting, other misc changes

---
 init.el | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/init.el b/init.el
index c42a3d4..8ab378d 100644
--- 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)
-- 
2.45.2