From 8c56be82235e4112210b7990ca4dd1f761fa1401 Mon Sep 17 00:00:00 2001 From: bd Date: Fri, 20 Dec 2024 23:54:47 -0500 Subject: switch back to setopt rather than custom --- .config/emacs/modules/bd--project.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.config/emacs/modules/bd--project.el') diff --git a/.config/emacs/modules/bd--project.el b/.config/emacs/modules/bd--project.el index f5b1c09..243e3cd 100644 --- a/.config/emacs/modules/bd--project.el +++ b/.config/emacs/modules/bd--project.el @@ -5,13 +5,13 @@ (use-package project :defer t - :custom - (project-switch-commands - '((project-find-file "Find file") - (project-find-regexp "Find regexp") - (project-find-dir "Find directory") - (magit-project-status "Magit") - (project-shell "Shell")))) + :config + (setopt project-switch-commands + '((project-find-file "Find file") + (project-find-regexp "Find regexp") + (project-find-dir "Find directory") + (magit-project-status "Magit") + (project-shell "Shell")))) (provide 'bd--project) -- cgit v1.2.3