X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2FfetchDependencies.pl;h=82f700abd0b5a422e25b2aad3f4093afbc578500;hb=f2694d7e4ee47fd148e4ac77dc7f64c27fbc8ec9;hp=ac2bfbed41e8b78386b476780a8e0551ccc8f216;hpb=a6ed1fffae5d45498cfb0b7b5bd642823597f6f5;p=dotfiles.git diff --git a/emacs.d/fetchDependencies.pl b/emacs.d/fetchDependencies.pl index ac2bfbe..82f700a 100755 --- a/emacs.d/fetchDependencies.pl +++ b/emacs.d/fetchDependencies.pl @@ -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/my-publish.el -o ./elisp/my-publish.el`;