;;; -*- 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