mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-06 15:32:25 +00:00
added about 10 elisp keywords. work in progress to add more.
This commit is contained in:
6
snippets/emacs-lisp-mode/x-traverse_dir.yasnippet
Executable file
6
snippets/emacs-lisp-mode/x-traverse_dir.yasnippet
Executable file
@@ -0,0 +1,6 @@
|
||||
#name: traversing a directory
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
# --
|
||||
;; apply a function to all files in a dir
|
||||
(require 'find-lisp)
|
||||
(mapc 'my-process-file (find-lisp-find-files "~/myweb/" "\\.html$"))
|
||||
Reference in New Issue
Block a user