add publish.el
[dotfiles.git] / emacs.d / fetchDependencies.pl
index ac2bfbe..9574529 100755 (executable)
@@ -2,4 +2,4 @@
 #
 use strict;
 
-print `curl https://raw.githubusercontent.com/seudut/blog/master/blog.el -o ./elisp/blog.el`;
+print `curl https://raw.githubusercontent.com/seudut/blog/master/publish.el -o ./elisp/publish.el`;