diff --git a/config.org b/config.org index 24b133b..622a97f 100644 --- a/config.org +++ b/config.org @@ -387,9 +387,7 @@ fd **** Doom Installation ~update.sh~ will install Doom Emacs if needed #+begin_src shell :tangle update.sh -command_name="doom" - -if ! command -v "$command_name" &> /dev/null; then +if [ ! -d "~/.config/doom" ]; then echo "Installing Doom Emacs ..." git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.config/emacs ~/.config/emacs/bin/doom install-devel