Move indent-tabs-mode variable to customize
This commit is contained in:
parent
6e2523578e
commit
5bae5a02a7
4
init.el
4
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)
|
||||
|
Loading…
Reference in New Issue
Block a user