From 1aeda00ed7a9f1e14a2e4e2763fa4ef74137a8a4 Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Thu, 13 Aug 2015 18:11:31 +0530 Subject: [PATCH] turn off electric indent --- init.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 19d312a..47ba8a4 100644 --- a/init.el +++ b/init.el @@ -59,7 +59,7 @@ (package-install package))) ;; tangotango -;; (load-theme 'tangotango t) +(load-theme 'tangotango t) ;; (load-theme 'leuven t) ;; erc @@ -177,9 +177,12 @@ ;; line-number-mode (global-linum-mode t) -(global-hl-line-mode t) +(global-hl-line-mode 0) ;; fci -- fill-column-indicator (setq fci-rule-column 81) (setq fci-rule-width 1) (setq fci-rule-color "darkblue") + +;; turn off electric-indent-mode +(when (fboundp 'electric-indent-mode) (electric-indent-mode -1)) -- 2.37.2