branch: elpa/exec-path-from-shell
commit 96afc511bb71d3c5e75b640f78a6d92efbda8672
Author: Sebastian Wiesner <[email protected]>
Commit: Sebastian Wiesner <[email protected]>

    Add missing custom type
---
 exec-path-from-shell.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/exec-path-from-shell.el b/exec-path-from-shell.el
index 84d7c6a4c5..4bb5383bfb 100644
--- a/exec-path-from-shell.el
+++ b/exec-path-from-shell.el
@@ -70,6 +70,7 @@
 (defcustom exec-path-from-shell-variables
   '("PATH" "MANPATH")
   "List of environment variables which are copied from the shell."
+  :type '(repeat (string :tag "Environment variable"))
   :group 'exec-path-from-shell)
 
 (defun exec-path-from-shell--double-quote (s)

Reply via email to