Update emacs config.

This commit is contained in:
Tom Alexander
2025-05-10 12:29:42 -04:00
parent 2b3b9af70b
commit 9d16c7bd7b
2 changed files with 44 additions and 21 deletions

View File

@@ -14,17 +14,6 @@
;; Other packages
(use-package emacs
:config
(setq enable-recursive-minibuffers t)
;; Filter the M-x list base on the current mode
(setq read-extended-command-predicate #'command-completion-default-include-p)
;; Enable triggering completion with the tab key.
(setq tab-always-indent 'complete)
)
(use-package dashboard
:config
(dashboard-setup-startup-hook))