mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
13 lines
291 B
EmacsLisp
13 lines
291 B
EmacsLisp
(with-current-buffer "manual.org" )
|
|
(dolist (file '("index.org"
|
|
"snippet-organization.org"
|
|
"snippet-expansion.org"
|
|
"snippet-development.org"
|
|
"snippet-menu.org"
|
|
"faq.org"
|
|
"changelog.org"))
|
|
|
|
|
|
|
|
)
|