Set tab-always-indent to nil

This commit is contained in:
James Cherti
2024-08-23 22:12:55 -04:00
parent 3cdd6ab099
commit 334b1b1453

View File

@@ -286,7 +286,7 @@
tab-width 4)
;; 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'
;; properly continues comments onto new lines, which is useful for writing