Skip to content

Commit 29218a9

Browse files
committed
Fixed newlines in README.org
1 parent 70b8f4c commit 29218a9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.org

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,12 @@ you open the files with ~C-c C-o~ without having to consider what
103103
* Usage
104104
In any org-mode buffer:
105105

106+
#+begin_src
106107
M-x load-library ⏎ org-fs-tree
107-
M-x org-fs-tree-dump ⏎ /path/to/directory
108108

109+
M-x org-fs-tree-dump ⏎ /path/to/directory
110+
#+end_src
109111

110112
* Dependencies
111-
112-
[[https://github.com/Malabarba/names][names]] for providing a namespace for the functions defined
113-
[[https://github.com/rejeep/f.el][f]] for a really neat API to work with files and directories
113+
- [[https://github.com/Malabarba/names][names]] for providing a namespace for the functions defined
114+
- [[https://github.com/rejeep/f.el][f]] for a really neat API to work with files and directories

0 commit comments

Comments
 (0)