diff --git a/modules/lang/sh/autoload.el b/modules/lang/sh/autoload.el index 0c5cc686b..d385c289c 100644 --- a/modules/lang/sh/autoload.el +++ b/modules/lang/sh/autoload.el @@ -30,6 +30,7 @@ (defun +sh/open-repl () "Open a shell REPL." (interactive) + (require 'sh-script) (let* ((dest-sh (symbol-name sh-shell)) (sh-shell-file dest-sh)) (sh-shell-process t)