From 5bae5a02a74e66c4f59e5ae434e05f9337ac44f3 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 11 Oct 2016 19:45:18 +0200 Subject: [PATCH] Move indent-tabs-mode variable to customize --- init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/init.el b/init.el index 3dd8133..ccd5d18 100644 --- a/init.el +++ b/init.el @@ -42,6 +42,7 @@ (".#*" "*.so" "*~"))))) '(foreground-color "#5c5cff") '(global-hl-line-mode t) + '(indent-tabs-mode nil) '(indicate-empty-lines t) '(inhibit-startup-screen t) '(initial-scratch-message nil) @@ -435,9 +436,6 @@ (global-prettify-symbols-mode t) (drag-stuff-global-mode t) -;; Don’t allow tabs to be inserted during indentation -(setq-default indent-tabs-mode nil) - ;; Enable some functions (put 'downcase-region 'disabled nil) (put 'upcase-region 'disabled nil)