tecosaur / emacs-config

My configuration for Doom Emacs. Mirror of https://git.tecosaur.net/tec/emacs-config.
MIT License
1.04k stars 119 forks source link

the search project not work #27

Closed donneyluckS closed 2 years ago

donneyluckS commented 2 years ago

Press SPC /

emadbaqeri commented 2 years ago

Hey @donneyluck, I think the problem is you are have ripgrep installed on you machine. You can try sudo apt install ripgrep if you are using Ubuntu or any other debian based distros

tecosaur commented 2 years ago

See https://tecosaur.github.io/emacs-config/config.html#consult, I think (setf (plist-get (alist-get 'perl consult-async-split-styles-alist) :initial) ";") may not work on non-recent versions of Emacs.