emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/crux 9330468 016/112: Add missing crux-shell defcustom


From: ELPA Syncer
Subject: [nongnu] elpa/crux 9330468 016/112: Add missing crux-shell defcustom
Date: Wed, 11 Aug 2021 09:57:45 -0400 (EDT)

branch: elpa/crux
commit 93304680ec4beea168651399b622e1ee4bff05aa
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@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

[Prev in Thread] Current Thread [Next in Thread]