dotfiles/doom.d/README.md
2020-12-29 21:01:28 +02:00

8 lines
168 B
Markdown

# Doom emacs
### Install
~~~bash
sudo pacman -S emacs ripgrep fd
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
~/.emacs.d/bin/doom install
~~~