major emacs.d bump.
This commit is contained in:
parent
4704ad0f22
commit
f812ae63d8
@ -1 +1 @@
|
|||||||
Subproject commit 26c3dfd1de81a58b1e276a33dca8c7751071712b
|
Subproject commit 4086cadf8cd378f1b17a1e7f7293c53774c91cbe
|
@ -83,6 +83,7 @@ def link_dropbox_other(ctx):
|
|||||||
('~/Dropbox/configs/custom.el', '~/.emacs.d/custom.el'),
|
('~/Dropbox/configs/custom.el', '~/.emacs.d/custom.el'),
|
||||||
('~/Dropbox/Documents', '~/Documents'),
|
('~/Dropbox/Documents', '~/Documents'),
|
||||||
('~/Dropbox/Pictures', '~/Pictures')
|
('~/Dropbox/Pictures', '~/Pictures')
|
||||||
|
('~/Dropbox/org', '~/org')
|
||||||
)
|
)
|
||||||
for source, destination in link_pairs:
|
for source, destination in link_pairs:
|
||||||
destination = os.path.expanduser(destination)
|
destination = os.path.expanduser(destination)
|
||||||
|
Loading…
Reference in New Issue
Block a user