Set tab-always-indent to 'complete

This commit is contained in:
James Cherti
2024-08-20 23:06:47 -04:00
parent 328231a8f0
commit 4fc03fd064

View File

@@ -278,7 +278,8 @@
(setq-default indent-tabs-mode nil (setq-default indent-tabs-mode nil
tab-width 4) tab-width 4)
(setq-default tab-always-indent t) ;; Enable indentation and completion using the TAB key
(setq-default tab-always-indent 'complete)
;; 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