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" "*~")))))
|
(".#*" "*.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)
|
||||||
|
|
||||||
;; Don’t 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)
|
||||||
|
Loading…
Reference in New Issue
Block a user