diff --git a/config/emacs/emacs.org b/config/emacs/emacs.org index 22a80c8f..28bff1e4 100644 --- a/config/emacs/emacs.org +++ b/config/emacs/emacs.org @@ -552,7 +552,7 @@ make sure to setup authinfo #+begin_src emacs-lisp (use-package term :config - (setq explicit-shell-file-name "zsh") + (setq explicit-shell-file-name "zsh")) #+end_src ** EShell god dammit why are they making my shells in emacs lisp diff --git a/config/emacs/init.el b/config/emacs/init.el index cde2a041..3e0b0dbc 100644 --- a/config/emacs/init.el +++ b/config/emacs/init.el @@ -464,7 +464,7 @@ (use-package term :config -(setq explicit-shell-file-name "zsh") +(setq explicit-shell-file-name "zsh")) (defun sakomacs/configure-eshell () ;; Save command history when commands are entered