branch: elpa/crux
commit 93304680ec4beea168651399b622e1ee4bff05aa
Author: Bozhidar Batsov <bozhi...@batsov.com>
Commit: Bozhidar Batsov <bozhi...@batsov.com>

    Add missing crux-shell defcustom
---
 crux.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/crux.el b/crux.el
index c7b60db..8a13173 100644
--- a/crux.el
+++ b/crux.el
@@ -48,6 +48,11 @@
   :type 'list
   :group 'crux)
 
+(defcustom crux-shell (getenv "SHELL")
+  "The default shell to run with `crux-visit-term-buffer'."
+  :type 'string
+  :group 'crux)
+
 (defun crux-open-with (arg)
   "Open visited file in default external program.
 When in dired mode, open file under the cursor.

Reply via email to