From 848892b8d40c033d95701e95a1e54e41bf4101b5 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 8 Jul 2025 17:50:42 +0200 Subject: emacs: There and back again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bring back a hand-rolled GNU Emacs configuration, moving on from Doom Emacs. This is due some recent regressions I've had with my Doom configuration that I was unable to debug/fix. This brings back some much needed simplicity, while having better knowledge on how to keep things modern and snappy. Signed-off-by: Miquel Sabaté Solà --- install.sh | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 34ba3a5..9354dee 100755 --- a/install.sh +++ b/install.sh @@ -67,26 +67,6 @@ for i in .config .gnupg; do cp -r "$i"/* "${HOME:?}/$i/" done -## -# GNU Emacs: just install Doom and take it from there. - -if [ -x "$(command -v emacs)" ]; then - rm -rf "${HOME:?}/.config/doom" - ln -s "$(readlink -f .config/doom)" "${HOME:?}/.config/doom" - - if [ -d "${HOME:?}/.config/emacs" ]; then - if [ -x "$(command -v doom)" ]; then - doom upgrade - fi - else - git clone https://github.com/hlissner/doom-emacs "${HOME:?}/.config/emacs" - fi - - "${HOME:?}/.config/emacs/bin/doom" install -else - echo "Skipping GNU Emacs setup." -fi - ## # Other stuff -- cgit v1.2.3