forked from colonelpanic/dotfiles
dropbox_dotfiles custom-before and custom-after.
This commit is contained in:
parent
d44ee25454
commit
ee634ab14a
@ -44,7 +44,8 @@ def dropbox_dotfiles(ctx, flags='f'):
|
||||
),
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user