From 288ccb3984c7cb46b67d0f6bf7fb6d53c5d7a2d3 Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 13 Dec 2025 23:43:10 -0500 Subject: guix: full refactor of configuration structure --- .../bdunahu/files/.config/emacs/modules/bd--project.el | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 guix/kolwynia/home/bdunahu/files/.config/emacs/modules/bd--project.el (limited to 'guix/kolwynia/home/bdunahu/files/.config/emacs/modules/bd--project.el') diff --git a/guix/kolwynia/home/bdunahu/files/.config/emacs/modules/bd--project.el b/guix/kolwynia/home/bdunahu/files/.config/emacs/modules/bd--project.el new file mode 100644 index 0000000..243e3cd --- /dev/null +++ b/guix/kolwynia/home/bdunahu/files/.config/emacs/modules/bd--project.el @@ -0,0 +1,18 @@ +;;; -*- lexical-binding: t; -*- +;;; Commentary: +;;; Code: + + +(use-package project + :defer t + :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) +;;; bd--project.el ends here -- cgit v1.2.3