Bump for emacs
This commit is contained in:
parent
906734b040
commit
676ccc82fd
|
@ -4,15 +4,15 @@ EMACSD := ~/.emacs.d
|
||||||
|
|
||||||
# Doom Config
|
# Doom Config
|
||||||
DOOMD := ~/.doom.d
|
DOOMD := ~/.doom.d
|
||||||
DOOM_URL := https://github.com/hlissner/doom-emacs
|
DOOM_URL := https://github.com/doomemacs/doomemacs
|
||||||
|
|
||||||
include ../lib/shared.mk
|
include ../lib/shared.mk
|
||||||
|
|
||||||
up: setup
|
up: setup
|
||||||
if [ -e $(EMACSD)/bin/doom ] ; then
|
if [ -e $(EMACSD)/bin/doom ] ; then
|
||||||
~/.emacs.d/bin/doom --yes sync \
|
~/.emacs.d/bin/doom sync \
|
||||||
; $(report) "doom sync"
|
; $(report) "doom sync"
|
||||||
~/.emacs.d/bin/doom --yes purge \
|
~/.emacs.d/bin/doom purge \
|
||||||
; $(report) "doom purge"
|
; $(report) "doom purge"
|
||||||
else
|
else
|
||||||
$(report) debug "doom not setup, so not updating."
|
$(report) debug "doom not setup, so not updating."
|
||||||
|
@ -38,11 +38,10 @@ setup:
|
||||||
doom_init:
|
doom_init:
|
||||||
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 install \
|
||||||
; $(report) "doom install"
|
; $(report) "doom install"
|
||||||
~/.emacs.d/bin/doom --yes compile ':core' \
|
~/.emacs.d/bin/doom compile \
|
||||||
; $(report) "doom core compile"
|
; $(report) "doom core compile"
|
||||||
else
|
else
|
||||||
$(report) debug "emacsd already exists. Skipping"
|
$(report) debug "emacsd already exists. Skipping"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user