brew install emacs
&&
brew link emacs
git clone -b develop https://github.com/syl20bnr/spacemacs ~/.emacs.d
brew install ripgrep
Make sure you have rg
as a prioritized way of search.
;; List of search tool executable names. Spacemacs uses the first installed
;; tool of the list. Supported tools are `rg', `ag', `pt', `ack' and `grep'.
;; (default '("rg" "ag" "pt" "ack" "grep"))
dotspacemacs-search-tools '("rg" "ag" "pt" "ack" "grep")
The full configuration I use: https://github.com/alexshgov/dotfiles/blob/master/emacs/.spacemacs
- If you are using terminal spaceemacs in holy mode, there's no out of the box support for copy-paste macroses, but you can use xclipboard layer.