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