5 lines
194 B
EmacsLisp
5 lines
194 B
EmacsLisp
|
(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)
|