Extend description.

This commit is contained in:
tastytea 2020-03-08 12:17:05 +01:00
parent bab92365cd
commit f2640264cd
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,8 @@
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
wraps around and continues with the first (or last) register.
wraps around and continues with the first (or last) register. It can be used
across all files or individually for each buffer.
## Features

View File

@ -25,7 +25,8 @@
;; 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
;; wraps around and continues with the first (or last) register.
;; wraps around and continues with the first (or last) register. It can be used
;; across all files or individually for each buffer.
;; Features:
;;