Move indent-tabs-mode variable to customize

This commit is contained in:
Gergely Polonkai 2016-10-11 19:45:18 +02:00
parent 6e2523578e
commit 5bae5a02a7
1 changed files with 1 additions and 3 deletions

View File

@ -42,6 +42,7 @@
(".#*" "*.so" "*~"))))) (".#*" "*.so" "*~")))))
'(foreground-color "#5c5cff") '(foreground-color "#5c5cff")
'(global-hl-line-mode t) '(global-hl-line-mode t)
'(indent-tabs-mode nil)
'(indicate-empty-lines t) '(indicate-empty-lines t)
'(inhibit-startup-screen t) '(inhibit-startup-screen t)
'(initial-scratch-message nil) '(initial-scratch-message nil)
@ -435,9 +436,6 @@
(global-prettify-symbols-mode t) (global-prettify-symbols-mode t)
(drag-stuff-global-mode t) (drag-stuff-global-mode t)
;; Dont allow tabs to be inserted during indentation
(setq-default indent-tabs-mode nil)
;; Enable some functions ;; Enable some functions
(put 'downcase-region 'disabled nil) (put 'downcase-region 'disabled nil)
(put 'upcase-region 'disabled nil) (put 'upcase-region 'disabled nil)