mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
8 lines
168 B
Markdown
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
|
|
~~~
|