(defun slurp-files-in-directory (dir) (interactive) (setq vfiles (directory-files dir (not ‘absolute) “vcf”)) (mapcar insert-file-contents vfiles))
Created
November 18, 2012 22:57
-
-
Save tonyday567/4107977 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment