From 1e32963c441d8464e6862fdd8c1a5f6dd0d7a394 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 14 Oct 2020 21:16:00 -0400 Subject: 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. --- init.el | 3 --- 1 file changed, 3 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 2f92df7..fc08923 100644 --- a/init.el +++ b/init.el @@ -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) -- cgit v1.2.3