From 84c2283491f664f623f39b0b460f30123b932a42 Mon Sep 17 00:00:00 2001 From: Jack Foltz Date: Sat, 7 Sep 2019 11:02:49 -0400 Subject: [PATCH] Change emacs shell to bash --- lain/.emacs.d/config.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lain/.emacs.d/config.org b/lain/.emacs.d/config.org index 4e90e32..3feb69f 100644 --- a/lain/.emacs.d/config.org +++ b/lain/.emacs.d/config.org @@ -419,6 +419,11 @@ slow down with many garbage collections. (add-hook 'minibuffer-setup-hook #'jf-inhibit-gc) (add-hook 'minibuffer-exit-hook #'jf-resume-gc) #+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 *** Font Engage a nice coding font.