Emacs: Add PR URL to straight-bug.

This commit is contained in:
tastytea 2020-12-06 17:10:45 +01:00
parent 40c4b7ccca
commit bcd99de364
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
;;; common.el --- Common settings for text files. -*- lexical-binding: t; -*- ;;; common.el --- Common settings for text files. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-12-02T11:51:07+0100> ;; Time-stamp: <2020-12-06T12:10:55+0100>
;;; Commentary: ;;; Commentary:
@ -36,6 +36,7 @@
:repo "https://schlomp.space/tastytea/register-quicknav.git" :repo "https://schlomp.space/tastytea/register-quicknav.git"
:branch "main") :branch "main")
;; ^^^^^^^ See <https://github.com/raxod502/straight.el/issues/279>. ;; ^^^^^^^ See <https://github.com/raxod502/straight.el/issues/279>.
;; Fix is in develop: <https://github.com/raxod502/straight.el/pull/630>.
:custom (register-quicknav-buffer-only t) :custom (register-quicknav-buffer-only t)
:bind (("C-<f5>" . register-quicknav-prev-register) :bind (("C-<f5>" . register-quicknav-prev-register)
("C-<f6>" . register-quicknav-next-register) ("C-<f6>" . register-quicknav-next-register)