mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 10:06:40 +00:00
feat(emacs): add emacs-sandbox.sh CLI tool
This commit is contained in:
@@ -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}" ]] &&
|
||||
|
||||
Reference in New Issue
Block a user