From e05dd2651ffc755b1838f6c276910f2086437722 Mon Sep 17 00:00:00 2001 From: Colin Woodbury Date: Mon, 17 May 2021 07:25:23 -0700 Subject: [PATCH] [:completion ivy] Call `pacman` in the normal way `--needed` and `--noconfirm` are fine, but are usual to use when installing a single package. --- modules/completion/ivy/README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/completion/ivy/README.org b/modules/completion/ivy/README.org index af5acd16c..7c83c57fe 100644 --- a/modules/completion/ivy/README.org +++ b/modules/completion/ivy/README.org @@ -28,7 +28,7 @@ * Description This module provides Ivy integration for a variety of Emacs commands, as well as -a unified interface for project search and replace, powered by ripgrep. +a unified interface for project search and replace, powered by [[https://github.com/BurntSushi/ripgrep/][ripgrep]]. #+begin_quote I prefer ivy over ido for its flexibility. I prefer ivy over helm because it's @@ -76,7 +76,7 @@ brew install ripgrep *** Arch Linux #+BEGIN_SRC sh :dir /sudo:: -sudo pacman --needed --noconfirm -S ripgrep +sudo pacman -S ripgrep #+END_SRC *** openSUSE