Emacs: Update register-quicknav commands.

This commit is contained in:
tastytea 2020-03-02 06:09:40 +01:00
parent 1660ffe800
commit 6b8a39c00a
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
;;; common.el --- Common settings for text files. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-02-27T03:04:02+0100>
;; Time-stamp: <2020-03-02T06:09:19+0100>
;;; Commentary:
@ -32,10 +32,10 @@
:quelpa (register-quicknav
:fetcher git
:url "https://schlomp.space/tastytea/register-quicknav.git")
:custom (register-quicknav/buffer-only t)
:bind (("C-<f5>" . register-quicknav/prev-register)
("C-<f6>" . register-quicknav/next-register)
("M-r" . register-quicknav/clear-current-register))
:custom (register-quicknav-buffer-only t)
:bind (("C-<f5>" . register-quicknav-prev-register)
("C-<f6>" . register-quicknav-next-register)
("M-r" . register-quicknav-clear-current-register))
)
;; Save cursor position.