Cleaning up the Doom config.

This commit is contained in:
Derek Taylor
2023-01-10 12:53:02 -06:00
parent bf1fd0f206
commit 5ae176479a

View File

@@ -1249,8 +1249,6 @@ Emacs registers are compartments where you can save text, rectangles and positio
* SHELLS
Settings for the various shells and terminal emulators within Emacs.
+ 'shell-file-name' -- sets the shell to be used in M-x shell, M-x term, M-x ansi-term and M-x vterm.
+ 'eshell-aliases-file' -- sets an aliases file for the eshell.
#+BEGIN_SRC emacs-lisp
(setq shell-file-name "/bin/fish"