Skip to content

Instantly share code, notes, and snippets.

@tonyday567
Created November 18, 2012 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonyday567/4107977 to your computer and use it in GitHub Desktop.
Save tonyday567/4107977 to your computer and use it in GitHub Desktop.

(defun slurp-files-in-directory (dir) (interactive) (setq vfiles (directory-files dir (not ‘absolute) “vcf”)) (mapcar insert-file-contents vfiles))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment