We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498b465 commit e1e150eCopy full SHA for e1e150e
treebundel.el
@@ -579,6 +579,10 @@ minibuffer.
579
580
REQUIRE-MATCH forces a valid workspace to be selected. This removes the ability
581
to create a workspace with a new entry."
582
+ (when (and (not (file-exists-p treebundel-workspace-root))
583
+ (y-or-n-p (format "%s directory doesn't exist. Create?"
584
+ treebundel-workspace-root)))
585
+ (make-directory treebundel-workspace-root))
586
(let* ((candidates (mapcar (lambda (workspace)
587
(cons workspace 'existing))
588
(treebundel--workspaces)))
0 commit comments