Emacs: Add iregister.
This commit is contained in:
parent
e39b1273be
commit
3a5f6d7a1c
|
@ -1,6 +1,6 @@
|
|||
;;; common.el --- Common settings for text files. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2020-02-16T20:31:32+0100>
|
||||
;; Time-stamp: <2020-02-18T19:27:15+0100>
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
|
@ -293,5 +293,10 @@
|
|||
|
||||
(use-package ripgrep)
|
||||
|
||||
(use-package iregister
|
||||
:bind
|
||||
("M-r" . iregister-jump-to-next-marker)
|
||||
)
|
||||
|
||||
(provide 'text/common)
|
||||
;;; common.el ends here
|
||||
|
|
Loading…
Reference in New Issue
Block a user