Emacs: Add ripgrep.
This commit is contained in:
parent
76ccb85419
commit
ec7dc0485f
|
@ -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-01-07T10:42:10+0100>
|
;; Time-stamp: <2020-01-20T02:52:26+0100>
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
|
@ -294,5 +294,7 @@
|
||||||
("C-S-r" . point-to-register) ; Store location of point in register.
|
("C-S-r" . point-to-register) ; Store location of point in register.
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(use-package ripgrep)
|
||||||
|
|
||||||
(provide 'text/common)
|
(provide 'text/common)
|
||||||
;;; common.el ends here
|
;;; common.el ends here
|
||||||
|
|
Loading…
Reference in New Issue
Block a user