add deft
This commit is contained in:
parent
4ffeb13b4d
commit
ef7b2fe36d
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,8 @@ for el in \
|
||||||
"http://code.jblevins.org/markdown-mode/markdown-mode.el" \
|
"http://code.jblevins.org/markdown-mode/markdown-mode.el" \
|
||||||
"http://www.bobnewell.net/elisp/speedread.el" \
|
"http://www.bobnewell.net/elisp/speedread.el" \
|
||||||
"http://www.ccs.neu.edu/home/guttman/undoc.el" \
|
"http://www.ccs.neu.edu/home/guttman/undoc.el" \
|
||||||
"http://svn.apache.org/repos/asf/subversion/trunk/contrib/client-side/emacs/dsvn.el" ;
|
"http://svn.apache.org/repos/asf/subversion/trunk/contrib/client-side/emacs/dsvn.el" \
|
||||||
|
"http://jblevins.org/projects/deft/deft.el" ;
|
||||||
do
|
do
|
||||||
elfileget_or_update "$el"
|
elfileget_or_update "$el"
|
||||||
done
|
done
|
||||||
|
@ -60,7 +61,6 @@ cd $CWD/themes
|
||||||
for el in \
|
for el in \
|
||||||
"https://github.com/monotux/emacs-d/raw/master/themes/whiteboard-theme.el" \
|
"https://github.com/monotux/emacs-d/raw/master/themes/whiteboard-theme.el" \
|
||||||
"https://raw.github.com/bbatsov/zenburn-emacs/master/zenburn-theme.el";
|
"https://raw.github.com/bbatsov/zenburn-emacs/master/zenburn-theme.el";
|
||||||
# "https://github.com/djcb/elisp/raw/master/themes/zenburn-theme.el" ;
|
|
||||||
do
|
do
|
||||||
elfileget_or_update "$el"
|
elfileget_or_update "$el"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue