Skip to content

Commit 7521dc3

Browse files
authored
Update README.org
doom emacs instructions
1 parent d3ff90c commit 7521dc3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.org

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,10 @@ C-u 3 M-x org-fs-tree-dump ⏎ /path/to/directory
119119
* Dependencies
120120
- [[https://github.com/Malabarba/names][names]] for providing a namespace for the functions defined
121121
- [[https://github.com/rejeep/f.el][f]] for a really neat API to work with files and directories
122+
123+
# doom emacs
124+
Add to your packages.el
125+
```elisp
126+
(package! org-fs-tree
127+
:recipe (:host github :repo "basaran/org-fs-tree"))
128+
```

0 commit comments

Comments
 (0)