From d3312f1268756a0e4c116a89fc61d8c3c7868ac6 Mon Sep 17 00:00:00 2001 From: Anish Moorthy Date: Sat, 13 Jul 2024 14:04:26 -0700 Subject: [PATCH] Export all project-related commands This allows custom keybinds --- src/commands/project.lisp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/commands/project.lisp b/src/commands/project.lisp index 310ab5939..d2953bd6d 100644 --- a/src/commands/project.lisp +++ b/src/commands/project.lisp @@ -9,7 +9,10 @@ :project-find-file :project-root-directory :project-root - :project-kill-buffers) + :project-kill-buffers + :project-switch + :project-save + :project-unsave) #+sbcl (:lock t) (:documentation "Defines utilities to find a project root directory and related user-facing commands: project-find-file, project-kill-buffers, project-switch etc."))