Add quelpa recipe.

This commit is contained in:
tastytea 2020-02-24 22:12:09 +01:00
parent 566e90ea5e
commit 564e3a411b
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 14 additions and 0 deletions

View File

@ -35,6 +35,13 @@ Or, with use-package:
("C-<f6>" . register-quicknav/next-register)
("M-r" . register-quicknav/clear-current-register)))
Instead of manually copying `register-quicknav.el` into your load-path, you
can use [quelpa](https://github.com/quelpa/quelpa):
(quelpa '(register-quicknav
:fetcher git
:url "https://schlomp.space/tastytea/register-quicknav.git"))
## Variables
* `register-quicknav/buffer-only`: Cycle only through position registers in

View File

@ -53,6 +53,13 @@
;; :bind (("C-<f5>" . register-quicknav/prev-register)
;; ("C-<f6>" . register-quicknav/next-register)
;; ("M-r" . register-quicknav/clear-current-register)))
;;
;; Instead of manually copying `register-quicknav.el' into your load-path, you
;; can use [quelpa](https://github.com/quelpa/quelpa):
;;
;; (quelpa '(register-quicknav
;; :fetcher git
;; :url "https://schlomp.space/tastytea/register-quicknav.git"))
;; Variables:
;;