From ed17ed134860d56428bde434759228ee5484741e Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sun, 11 Oct 2020 20:33:16 +0200 Subject: [PATCH] Disable Doom Emacs install because of errors To be fixed by #4 Signed-off-by: Matej Focko --- playbooks/roles/shell/tasks/emacs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/shell/tasks/emacs.yml b/playbooks/roles/shell/tasks/emacs.yml index e472f46..b33fba5 100644 --- a/playbooks/roles/shell/tasks/emacs.yml +++ b/playbooks/roles/shell/tasks/emacs.yml @@ -5,4 +5,4 @@ repo: https://github.com/hlissner/doom-emacs dest: ~/.emacs.d depth: 1 - - shell: ~/.emacs.d/bin/doom install \ No newline at end of file +# - shell: ~/.emacs.d/bin/doom install -y