diff --git a/dotfiles/lib/shellenv/emacs.sh b/dotfiles/lib/shellenv/emacs.sh index b223b462..f6884b96 100644 --- a/dotfiles/lib/shellenv/emacs.sh +++ b/dotfiles/lib/shellenv/emacs.sh @@ -8,7 +8,7 @@ function e { } function cocoa_emacs { - reattach-to-user-namespace zsh -c 'source ~/.zshrc && _emacs -c -n "$@"' + reattach-to-user-namespace zsh -c '_emacs -c -n "$@"' } function _emacs {