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)