Emacs: Add ripgrep.

This commit is contained in:
tastytea 2020-01-20 02:55:24 +01:00
parent 76ccb85419
commit ec7dc0485f

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-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