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.