Add note that …-buffer-only is safe as file-local variable.

This commit is contained in:
tastytea 2020-03-12 17:31:36 +01:00
parent e6e20855a8
commit 78ec3fe3de
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# register-quicknav - Quickly jump to next/previous register # register-quicknav - Quickly jump to next/previous register
*Author:* tastytea <tastytea@tastytea.de><br> *Author:* tastytea <tastytea@tastytea.de><br>
*Version:* 0.3.1<br> *Version:* 0.3.2<br>
*URL:* [https://schlomp.space/tastytea/register-quicknav](https://schlomp.space/tastytea/register-quicknav)<br> *URL:* [https://schlomp.space/tastytea/register-quicknav](https://schlomp.space/tastytea/register-quicknav)<br>
This package is built on top of `register.el` and allows you to quickly jump 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 ## Variables
* `register-quicknav-buffer-only`: Cycle only through position registers in * `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.
--- ---

View File

@ -3,7 +3,7 @@
;; Copyright (C) 2020 tastytea ;; Copyright (C) 2020 tastytea
;; Author: tastytea <tastytea@tastytea.de> ;; Author: tastytea <tastytea@tastytea.de>
;; Version: 0.3.1 ;; Version: 0.3.2
;; Package-Requires: ((emacs "24.3")) ;; Package-Requires: ((emacs "24.3"))
;; Keywords: convenience ;; Keywords: convenience
;; URL: https://schlomp.space/tastytea/register-quicknav ;; URL: https://schlomp.space/tastytea/register-quicknav
@ -64,7 +64,7 @@
;; Variables: ;; Variables:
;; ;;
;; * `register-quicknav-buffer-only': Cycle only through position registers in ;; * `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: ;;; Code: