From f4383e7493de1c9a9a8c3b39b3d3cf5af493bdf7 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 7 Nov 2017 23:07:21 +0100 Subject: [PATCH] bin/homeinit: Fix helm-exwm link --- .bin/homeinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/homeinit b/.bin/homeinit index 0ac1bb66..7871bddb 100755 --- a/.bin/homeinit +++ b/.bin/homeinit @@ -57,7 +57,7 @@ if command -v emacs >/dev/null 2>&1; then echo "==> Emacs extra packages" mkdir -pv ~/.emacs.d/site-lisp git_update https://github.com/jojojames/evil-collection ~/.emacs.d/site-lisp/evil-collection - git_update https://github.com/emacs-helm/helm-~/.emacs.d/site-lisp/evil-collection + git_update https://github.com/emacs-helm/helm-exwm ~/.emacs.d/site-lisp/helm-exwm # git_update https://github.com/Ambrevar/evil-special-modes ~/.emacs.d/site-lisp/evil-special-modes # git_update https://github.com/Ambrevar/emacs-fish-completion ~/.emacs.d/site-lisp/fish-completion fi