diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-19 17:06:58 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-19 17:06:58 +0200 |
commit | 47b8990385011594698fb765f199a565005f3a00 (patch) | |
tree | df52a5dd31a01df9080d18a0f13a4992d0b3a113 /.config | |
parent | e1ab2c31b5a683169ae8de96066485d230e3b89b (diff) |
emacs: Don’t defer project.el config
Diffstat (limited to '.config')
-rw-r--r-- | .config/emacs/modules/mm-projects.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/emacs/modules/mm-projects.el b/.config/emacs/modules/mm-projects.el index fad56ae..0d3ac52 100644 --- a/.config/emacs/modules/mm-projects.el +++ b/.config/emacs/modules/mm-projects.el @@ -13,7 +13,6 @@ This is intended to be called interactively via (magit-status-setup-buffer))) (use-package project - :defer 1 ; Marginal startup performance improvement :custom (project-switch-commands '((project-dired "Dired" ?d) (project-find-file "Find File") |