From 9a6135166ff591304c8700662033a858e7b440f7 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Wed, 28 Sep 2022 04:54:52 -0700 Subject: add chemacs install --- emacs/.config/chemacs/profiles.el | 2 -- setup.sh | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/emacs/.config/chemacs/profiles.el b/emacs/.config/chemacs/profiles.el index d134391..70636f9 100644 --- a/emacs/.config/chemacs/profiles.el +++ b/emacs/.config/chemacs/profiles.el @@ -1,6 +1,4 @@ (("default" . ((user-emacs-directory . "~/build/doom-emacs") (env . (("DOOMDIR" . "~/.config/doom"))))) - ("doom-staging" . ((user-emacs-directory . "~/build/doom-emacs-staging") - (env . (("DOOMDIR" . "~/.config/doom"))))) ("kj" . ((user-emacs-directory . "~/.config/emacs-kj"))) ) diff --git a/setup.sh b/setup.sh index 0c85ba8..3b514b5 100755 --- a/setup.sh +++ b/setup.sh @@ -29,6 +29,10 @@ if [[ $# -ge 1 && $1 == "fast" ]]; then exit fi +if [[ ! -e ~/.config/emacs ]]; then + git clone https://github.com/plexus/chemacs2.git ~/.config/emacs +fi + doom_path=~/build/doom-emacs if which emacs >/dev/null && [[ ! -e $doom_path ]]; then git clone https://github.com/plexus/chemacs2.git ~/.config/emacs -- cgit v1.2.3