Update tab-first-completion and tab-always-indent
This commit is contained in:
3
init.el
3
init.el
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user