diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-10-14 21:16:00 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-12-12 02:06:05 -0500 |
commit | 1e32963c441d8464e6862fdd8c1a5f6dd0d7a394 (patch) | |
tree | ad94d2d072d6e700ed94defa337551776e25b490 | |
parent | 52a9d61f732b48498dcf5b43e1a144557b42c7b6 (diff) | |
download | emacs.d-1e32963c441d8464e6862fdd8c1a5f6dd0d7a394.tar.gz |
Avoid setting shell-file-name
Looking at past commits, I think overriding this was just part of a
now reverted (c21837be) attempt to get access aliases.
-rw-r--r-- | init.el | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1562,9 +1562,6 @@ ;;; Compilation and shells -(setq shell-file-name "/bin/bash") -(setq shell-command-switch "-c") - (bind-keys :map km/external-map ("r" . shell-command-on-region) ("s" . shell-command) |