sync ebooks from dropbox.

This commit is contained in:
Ivan Malison 2015-01-02 08:22:24 -08:00
parent 6c18282699
commit f993549d9f

View File

@ -84,7 +84,8 @@ def link_dropbox_other(ctx, force=False):
('~/Dropbox/Documents', '~/Documents'),
('~/Dropbox/Pictures', '~/Pictures'),
('~/Dropbox/org', '~/org'),
('~/Dropbox/Desktop', '~/Desktop')
('~/Dropbox/Desktop', '~/Desktop'),
('~/Dropbox/ebooks', '~/ebooks'),
)
link_filenames(ctx, link_pairs, force)