Skip to content

Commit

Permalink
Use package rg
Browse files Browse the repository at this point in the history
  • Loading branch information
alecigne committed Apr 23, 2023
1 parent b970614 commit d0dc25b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lisp/alc/alc-main.el
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,13 @@ the date DATE."
:after dired
:hook (dired-mode . dired-collapse-mode))

;; * Search

(use-package rg
;; Emacs search tool based on ripgrep.
;; https://github.com/dajva/rg.el
:ensure t)

;; * Markup

(use-package markdown-mode
Expand Down

0 comments on commit d0dc25b

Please sign in to comment.