From c5abad4396d6ac2c971d7ac919f03b244fe2cce9 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 19 Feb 2020 19:23:16 +0100 Subject: [PATCH] Add URL. --- README.md | 1 + register-quicknav.el | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index e3fab05..da42802 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ *Author:* tastytea
*Version:* 0.1.0
+*URL:* [https://schlomp.space/tastytea/register-quicknav](https://schlomp.space/tastytea/register-quicknav)
This package is built on top of `register.el` and allows you to quickly jump to the next/previous position register. If you reach the end, the search diff --git a/register-quicknav.el b/register-quicknav.el index f3f55ac..29d06ac 100644 --- a/register-quicknav.el +++ b/register-quicknav.el @@ -5,6 +5,7 @@ ;; Author: tastytea ;; Keywords: register ;; Version: 0.1.0 +;; URL: https://schlomp.space/tastytea/register-quicknav ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by