From 78ec3fe3dec86e69ef0e1d57d5cfbe894202dea8 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 12 Mar 2020 17:31:36 +0100 Subject: [PATCH] =?UTF-8?q?Add=20note=20that=20=E2=80=A6-buffer-only=20is?= =?UTF-8?q?=20safe=20as=20file-local=20variable.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- register-quicknav.el | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aba0dd8..7473a3a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # register-quicknav - Quickly jump to next/previous register *Author:* tastytea
-*Version:* 0.3.1
+*Version:* 0.3.2
*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 @@ -45,7 +45,7 @@ can use [quelpa](https://github.com/quelpa/quelpa): ## Variables * `register-quicknav-buffer-only`: Cycle only through position registers in - current buffer. + current buffer. Can be safely set as file- and/or dir-local variable. --- diff --git a/register-quicknav.el b/register-quicknav.el index 4c80181..b43b249 100644 --- a/register-quicknav.el +++ b/register-quicknav.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2020 tastytea ;; Author: tastytea -;; Version: 0.3.1 +;; Version: 0.3.2 ;; Package-Requires: ((emacs "24.3")) ;; Keywords: convenience ;; URL: https://schlomp.space/tastytea/register-quicknav @@ -64,7 +64,7 @@ ;; Variables: ;; ;; * `register-quicknav-buffer-only': Cycle only through position registers in -;; current buffer. +;; current buffer. Can be safely set as file- and/or dir-local variable. ;;; Code: