diff options
| author | bd <bdunahu@operationnull.com> | 2025-12-13 23:43:10 -0500 |
|---|---|---|
| committer | bdunahu <bdunahu@operationnull.com> | 2026-01-03 21:46:06 -0700 |
| commit | 288ccb3984c7cb46b67d0f6bf7fb6d53c5d7a2d3 (patch) | |
| tree | 47091f5aeede90e1364546e8122cd55e6d7f2971 /.config/emacs/modules/bd--project.el | |
| parent | df14036eb22ff9326c2806eb3f8cafc0d3042efa (diff) | |
guix: full refactor of configuration structure
Diffstat (limited to '.config/emacs/modules/bd--project.el')
| -rw-r--r-- | .config/emacs/modules/bd--project.el | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.config/emacs/modules/bd--project.el b/.config/emacs/modules/bd--project.el deleted file mode 100644 index 243e3cd..0000000 --- a/.config/emacs/modules/bd--project.el +++ /dev/null @@ -1,18 +0,0 @@ -;;; -*- 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 |
