From c3093661dccae317ca7ab2df83375ad93836c467 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Sat, 11 Mar 2017 22:14:20 +0800 Subject: [PATCH 1/1] rename the publish.el file --- publish.el => my-publish.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename publish.el => my-publish.el (97%) diff --git a/publish.el b/my-publish.el similarity index 97% rename from publish.el rename to my-publish.el index 17a8028..244809c 100644 --- a/publish.el +++ b/my-publish.el @@ -1,4 +1,4 @@ -;;; publish.el --- Publish blog with org-mode -*- lexical-binding: t; -*- +;;; my-publish.el --- Publish blog with org-mode -*- lexical-binding: t; -*- ;; Copyright (C) 2017 Peng Li @@ -133,5 +133,5 @@ License: CC BY-SA 4 (org-publish-project "blog" force)) -(provide 'publish) +(provide 'my-publish) ;;; publish.el ends here -- 2.11.0