fix missing paren

This commit is contained in:
Sakooooo 2023-09-15 15:08:10 +00:00
parent 125fd8daa6
commit ac4c600070
Signed by: sako
GPG key ID: FE52FD65B76E4751
2 changed files with 2 additions and 2 deletions

View file

@ -552,7 +552,7 @@ make sure to setup authinfo
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package term (use-package term
:config :config
(setq explicit-shell-file-name "zsh") (setq explicit-shell-file-name "zsh"))
#+end_src #+end_src
** EShell ** EShell
god dammit why are they making my shells in emacs lisp god dammit why are they making my shells in emacs lisp

View file

@ -464,7 +464,7 @@
(use-package term (use-package term
:config :config
(setq explicit-shell-file-name "zsh") (setq explicit-shell-file-name "zsh"))
(defun sakomacs/configure-eshell () (defun sakomacs/configure-eshell ()
;; Save command history when commands are entered ;; Save command history when commands are entered