diff options
-rw-r--r-- | emacs/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 65a3c1b..9f992c7 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -878,6 +878,8 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." (global-set-key [remap query-replace-regexp] 'anzu-query-replace-regexp) +(setopt shell-file-name "/bin/sh") + (defun snarf-song (url) (interactive "sYoutube url:") (async-shell-command |