From ac4c600070b320b58748fde9da32ca00e6020d72 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Fri, 15 Sep 2023 15:08:10 +0000 Subject: [PATCH] fix missing paren --- config/emacs/emacs.org | 2 +- config/emacs/init.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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