We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd7087 commit d3ff90cCopy full SHA for d3ff90c
org-fs-tree.el
@@ -1,4 +1,4 @@
1
-;;; org-fs-tree.el --- converts filesystem trees to org trees
+;;; org-fs-tree.el --- converts filesystem trees to org trees -*- lexical-binding: t -*-
2
3
;; Copyright (C) 2020 Ashok Gautham Jadatharan
4
@@ -54,6 +54,7 @@
54
heading)
55
heading)))
56
57
+;;;###autoload
58
(defun dump (arg dirname)
59
"Dump the file system tree rooted at DIRNAME as an org tree.
60
Each heading in the org-tree will be a link to the corresponding
0 commit comments