From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Mon, 25 Apr 2016 05:45:36 +0000 (+0530)
Subject: disable syntax highlighting, other misc changes
X-Git-Url: https://git.rkrishnan.org/components/com_hotproperty/flags/module-simplejson.html?a=commitdiff_plain;h=62968335a8d96ff9336740659cba3c362a9d3c6a;p=.emacs.d.git

disable syntax highlighting, other misc changes
---

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)