dropbox_dotfiles custom-before and custom-after.

This commit is contained in:
Ivan Malison 2015-02-05 15:00:35 -08:00
parent d44ee25454
commit ee634ab14a

View File

@ -44,7 +44,8 @@ def dropbox_dotfiles(ctx, flags='f'):
), ),
flags flags
)) ))
link_filenames(ctx, [('~/Dropbox/configs/custom.el', '~/.emacs.d/custom.el')], force=True) link_filenames(ctx, [('~/Dropbox/configs/custom-before.el', '~/.emacs.d/custom-before.el')], force=True)
link_filenames(ctx, [('~/Dropbox/configs/custom-after.el', '~/.emacs.d/custom-after.el')], force=True)
@ctask @ctask