fix missing paren
This commit is contained in:
parent
125fd8daa6
commit
ac4c600070
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue