dotfiles/.emacs.d/snippets/emacs-lisp-mode/copy-directory

6 lines
162 B
Plaintext
Raw Normal View History

2017-12-21 17:29:29 +01:00
#contributor: Xah Lee (XahLee.org)
#name: copy-directory
#key: copy-directory
#key: cd
# --
(copy-directory ${1:directory} {2:target}${3: keep-time}${4: parents})