X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2FfetchDependencies.pl;h=82f700abd0b5a422e25b2aad3f4093afbc578500;hb=ce562e8d702a6af572e9955c7c0ee713516b6b37;hp=95745293b8dbcf3180554bf0f3c8a5f86c987c40;hpb=51327addc48e95cc73f92813135603b94b1d168b;p=dotfiles.git diff --git a/emacs.d/fetchDependencies.pl b/emacs.d/fetchDependencies.pl index 9574529..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/publish.el -o ./elisp/publish.el`; +print `curl https://raw.githubusercontent.com/seudut/blog/master/my-publish.el -o ./elisp/my-publish.el`;