major emacs.d bump.

This commit is contained in:
Ivan Malison 2014-12-02 07:06:21 -08:00
parent 4704ad0f22
commit f812ae63d8
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 26c3dfd1de81a58b1e276a33dca8c7751071712b
Subproject commit 4086cadf8cd378f1b17a1e7f7293c53774c91cbe

View File

@ -83,6 +83,7 @@ def link_dropbox_other(ctx):
('~/Dropbox/configs/custom.el', '~/.emacs.d/custom.el'),
('~/Dropbox/Documents', '~/Documents'),
('~/Dropbox/Pictures', '~/Pictures')
('~/Dropbox/org', '~/org')
)
for source, destination in link_pairs:
destination = os.path.expanduser(destination)