Highlight register.el.

This commit is contained in:
tastytea 2020-02-19 17:02:54 +01:00
parent 416f72586c
commit 39778084d8
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 6 additions and 6 deletions

View File

@ -3,9 +3,9 @@
*Author:* tastytea <tastytea@tastytea.de><br>
*Version:* 0.1.0<br>
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.
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.
## Features

View File

@ -21,9 +21,9 @@
;;; Commentary:
;; 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.
;; 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.
;; Features:
;;