6 lines
195 B
EmacsLisp
6 lines
195 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)
|
||
|
|