Revert "Emacs: Remove workaround for register-quicknav."

This reverts commit 752e41773b83249598140ff391364f4efc3115ff.

It's not in master yet.
This commit is contained in:
tastytea 2020-12-06 11:50:49 +01:00
parent b213f8cfb0
commit d4dbffc344
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
;;; common.el --- Common settings for text files. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-12-05T18:00:04+0100>
;; Time-stamp: <2020-12-02T11:51:07+0100>
;;; Commentary:
@ -31,6 +31,11 @@
;; Quickly jump to next/previous register.
(use-package register-quicknav
:straight (register-quicknav
:type git
:repo "https://schlomp.space/tastytea/register-quicknav.git"
:branch "main")
;; ^^^^^^^ See <https://github.com/raxod502/straight.el/issues/279>.
:custom (register-quicknav-buffer-only t)
:bind (("C-<f5>" . register-quicknav-prev-register)
("C-<f6>" . register-quicknav-next-register)