Install yasnippet and vala-snippets packages
This commit is contained in:
7
elpa/yasnippet-20160924.2001/snippets/emacs-lisp-mode/x-traverse_dir
Executable file
7
elpa/yasnippet-20160924.2001/snippets/emacs-lisp-mode/x-traverse_dir
Executable file
@@ -0,0 +1,7 @@
|
||||
#name: traversing a directory
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
# key: x-traverse_dir
|
||||
# --
|
||||
;; 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