Removed needless level.

This commit is contained in:
James Patrick 2020-05-28 20:03:04 -04:00
parent d2e6965286
commit 7fb2391322
4 changed files with 1 additions and 2 deletions

View File

@ -18,12 +18,11 @@ init:
$(report) debug "This is a SSH connection. Skipping." $(report) debug "This is a SSH connection. Skipping."
else else
$(report) header "emacs init" $(report) header "emacs init"
$(mk_link) $(SRC_DIR)/doom.d $(DOOMD) $(mk_link) $(SRC_DIR) $(DOOMD)
$(MAKE) -C $(SRC_DIR) doom_init $(MAKE) -C $(SRC_DIR) doom_init
fi fi
doom_init: doom_init:
$(report) info hi
if [ ! -e $(EMACSD) ] ; then if [ ! -e $(EMACSD) ] ; then
git clone $(DOOM_URL) $(EMACSD) git clone $(DOOM_URL) $(EMACSD)
~/.emacs.d/bin/doom --yes install \ ~/.emacs.d/bin/doom --yes install \