summaryrefslogtreecommitdiff
path: root/guix/kolwynia/home/bdunahu/files/.config/emacs/modules/bd--project.el
diff options
context:
space:
mode:
Diffstat (limited to 'guix/kolwynia/home/bdunahu/files/.config/emacs/modules/bd--project.el')
-rw-r--r--guix/kolwynia/home/bdunahu/files/.config/emacs/modules/bd--project.el18
1 files changed, 0 insertions, 18 deletions
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
deleted file mode 100644
index 243e3cd..0000000
--- a/guix/kolwynia/home/bdunahu/files/.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