Skip to content

Commit

Permalink
Merge pull request #1435 from anlsh/export-commmands
Browse files Browse the repository at this point in the history
Export all project-related commands
  • Loading branch information
cxxxr authored Jul 14, 2024
2 parents 417cc8e + d3312f1 commit 4538a13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/commands/project.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -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."))
Expand Down

0 comments on commit 4538a13

Please sign in to comment.