From 47b8990385011594698fb765f199a565005f3a00 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 19 Oct 2024 17:06:58 +0200 Subject: emacs: Don’t defer project.el config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/emacs/modules/mm-projects.el | 1 - 1 file changed, 1 deletion(-) 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") -- cgit v1.2.3