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
|
#+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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue