We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce92e1 commit 0fe78a8Copy full SHA for 0fe78a8
.gitignore
@@ -1,2 +1,3 @@
1
*.elc
2
.cask/
3
+.markdown-preview.html
conda.el
@@ -230,7 +230,7 @@ Set for the lifetime of the process.")
230
(mapc (lambda (arg)
231
(let ((inhibit-message t))
232
(message "About to unset %s" arg))
233
- (setenv (format "%s" arg) ""))
+ (setenv (format "%s" arg) nil))
234
unsets))
235
(let ((sets (or (conda-env-params-vars-set params) '())))
236
(mapc (lambda (pair)
0 commit comments