Update read-extended-command-predicate

This commit is contained in:
James Cherti
2025-02-03 15:24:13 -05:00
parent b237b8d7b5
commit e9fe1b70e0

View File

@@ -359,6 +359,9 @@
;; Enable indentation and completion using the TAB key
(setq-default tab-always-indent nil)
;; Perf: Reduce command completion overhead.
(setq read-extended-command-predicate #'command-completion-default-include-p)
;; Enable multi-line commenting which ensures that `comment-indent-new-line'
;; properly continues comments onto new lines, which is useful for writing
;; longer comments or docstrings that span multiple lines.
@@ -452,8 +455,7 @@
;;; Help
;; Enhance `apropos' and related functions to perform more extensive searches,
;; increasing their usefulness.
;; Enhance `apropos' and related functions to perform more extensive searches
(setq apropos-do-all t)
;; Fixes #11: Prevents help command completion from triggering autoload.