branch: externals/denote-journal commit 64b3e603d5b687dcd40c8ee08bd1d1a431a92237 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Update the header to make it stand out as a package --- denote-journal.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/denote-journal.el b/denote-journal.el index 1fc097e787..da5bcf70b6 100644 --- a/denote-journal.el +++ b/denote-journal.el @@ -4,7 +4,9 @@ ;; Author: Protesilaos Stavrou <i...@protesilaos.com> ;; Maintainer: Protesilaos Stavrou <i...@protesilaos.com> -;; URL: https://github.com/protesilaos/denote +;; URL: https://github.com/protesilaos/denote-journal +;; Version: 0.0.0 +;; Package-Requires: ((emacs "28.1") (denote "3.1.0")) ;; This file is NOT part of GNU Emacs. @@ -12,12 +14,12 @@ ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or ;; (at your option) any later version. - +;; ;; This program is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. - +;; ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see <https://www.gnu.org/licenses/>.