Update tab-first-completion and tab-always-indent

This commit is contained in:
James Cherti
2025-06-26 11:14:16 -04:00
parent fd753d9d17
commit c833048e69

View File

@@ -335,7 +335,8 @@
tab-width 4)
;; Enable indentation and completion using the TAB key
(setq-default tab-always-indent nil)
(setq tab-always-indent 'complete)
(setq tab-first-completion 'word-or-paren-or-punct)
;; Perf: Reduce command completion overhead.
(setq read-extended-command-predicate #'command-completion-default-include-p)