Skip to content

Commit 5fb254b

Browse files
committed
Added space in directory name prompt
- Spotted by xuchunyang on r/emacs
1 parent 29218a9 commit 5fb254b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org-fs-tree.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Each heading in the org-tree will be a link to the corresponding
5858
file or directory that can be opened using org-open-at-point
5959
"
6060

61-
(interactive "DDirectory to dump:")
61+
(interactive "DDirectory to dump: ")
6262
(insert (-create-tree dirname 1)))
6363
)
6464

0 commit comments

Comments
 (0)