restored yasnippet
This commit is contained in:
parent
ac01f235cc
commit
103dbcd8d0
573 changed files with 71124 additions and 0 deletions
7
vendor/yasnippet/snippets/emacs-lisp-mode/x-traverse_dir.yasnippet
vendored
Executable file
7
vendor/yasnippet/snippets/emacs-lisp-mode/x-traverse_dir.yasnippet
vendored
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$"))
|
Loading…
Add table
Add a link
Reference in a new issue