Doom Emacs
挫折中
Doom Emacsのインストールと設定
GNU Emacs 30.1 and ripgrep
$ sudo add-apt-repository ppa:ubuntuhandbook1/emacs
$ sudo apt install emacs emacs-common ripgrep
Doom Emacs
https://github.com/doomemacs/
$ git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.config/emacs
$ ~/.config/emacs/bin/doom install
PATH
$ echo 'export PATH=$PATH:$HOME/.config/emacs/bin' >> ~/.zshrc
$ source ~/.zshrc
#Emacs
#popos2404