1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-24 04:22:50 -05:00

Change emacs shell to bash

This commit is contained in:
Jack Foltz 2019-09-07 11:02:49 -04:00
parent cae4e5eb9d
commit 84c2283491
Signed by: foltik
GPG Key ID: D1F0331758D1F29A

View File

@ -419,6 +419,11 @@ slow down with many garbage collections.
(add-hook 'minibuffer-setup-hook #'jf-inhibit-gc) (add-hook 'minibuffer-setup-hook #'jf-inhibit-gc)
(add-hook 'minibuffer-exit-hook #'jf-resume-gc) (add-hook 'minibuffer-exit-hook #'jf-resume-gc)
#+END_SRC #+END_SRC
*** Default Shell
Fish breaks some things when used as the default shell, so just use bash.
#+BEGIN_SRC emacs-lisp
(setq-default shell-file-name "/bin/bash")
#+END_SRC
** UI ** UI
*** Font *** Font
Engage a nice coding font. Engage a nice coding font.