From 499b7e4ccc2b0d471891dc5c41bb268687f5d98d Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 9 Jul 2021 11:10:22 +0100 Subject: [PATCH] feat(emacs): add emacs-sandbox.sh CLI tool --- zsh/emacs.zsh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh/emacs.zsh b/zsh/emacs.zsh index b6b9f9c..36668d8 100644 --- a/zsh/emacs.zsh +++ b/zsh/emacs.zsh @@ -19,6 +19,10 @@ fi # add doom-emacs' bin directory to path if it exists path_prepend "$HOME/.config/doom-emacs/bin" +# install emacs-sandbox.sh +zinit ice wait lucid as'program' pick'emacs-sandbox.sh' from'gh' +zinit light alphapapa/emacs-sandbox.sh + # Setup vterm if shell is within vterm inside Emacs. if [[ "$INSIDE_EMACS" = 'vterm' ]]; then if [[ -n "${EMACS_VTERM_PATH}" ]] &&