Set tab-always-indent to nil
This commit is contained in:
2
init.el
2
init.el
@@ -286,7 +286,7 @@
|
|||||||
tab-width 4)
|
tab-width 4)
|
||||||
|
|
||||||
;; Enable indentation and completion using the TAB key
|
;; Enable indentation and completion using the TAB key
|
||||||
(setq-default tab-always-indent 'complete)
|
(setq-default tab-always-indent nil)
|
||||||
|
|
||||||
;; Enable multi-line commenting which ensures that `comment-indent-new-line'
|
;; Enable multi-line commenting which ensures that `comment-indent-new-line'
|
||||||
;; properly continues comments onto new lines, which is useful for writing
|
;; properly continues comments onto new lines, which is useful for writing
|
||||||
|
|||||||
Reference in New Issue
Block a user