From ec7dc0485f96e7d7cef394e600b60d859a9e6c5c Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 20 Jan 2020 02:55:24 +0100 Subject: [PATCH] Emacs: Add ripgrep. --- init.d/text/common.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.d/text/common.el b/init.d/text/common.el index 6117e80..ec85ee3 100644 --- a/init.d/text/common.el +++ b/init.d/text/common.el @@ -1,6 +1,6 @@ ;;; 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: @@ -294,5 +294,7 @@ ("C-S-r" . point-to-register) ; Store location of point in register. ) +(use-package ripgrep) + (provide 'text/common) ;;; common.el ends here