.emacs.d/early-init.el

5 lines
194 B
EmacsLisp
Raw Normal View History

2024-10-03 20:26:12 -04:00
(setq package-enable-at-startup nil)
(setq tab-always-indent 'complete)
(setq text-mode-ispell-word-completion nil)
(setq read-extended-command-predicate #'command-completion-default-include-p)