Skip to content

Commit d3ff90c

Browse files
authored
Update org-fs-tree.el
added straight.el markers
1 parent 0dd7087 commit d3ff90c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

org-fs-tree.el

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;;; org-fs-tree.el --- converts filesystem trees to org trees
1+
;;; org-fs-tree.el --- converts filesystem trees to org trees -*- lexical-binding: t -*-
22

33
;; Copyright (C) 2020 Ashok Gautham Jadatharan
44

@@ -54,6 +54,7 @@
5454
heading)
5555
heading)))
5656

57+
;;;###autoload
5758
(defun dump (arg dirname)
5859
"Dump the file system tree rooted at DIRNAME as an org tree.
5960
Each heading in the org-tree will be a link to the corresponding

0 commit comments

Comments
 (0)