Skip to content

Commit

Permalink
Add checking snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
necaris committed Oct 5, 2024
1 parent b10234c commit 5e5431e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion conda.el
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Set for the lifetime of the process.")
(message "About to unset %s" arg))
(setenv (format "%s" arg) nil))
unsets))
(let ((sets (or (conda-env-params-vars-set params) '())))
(let ((sets (or (conda-env-params-vars-set params) '())))
(mapc (lambda (pair)
(let ((inhibit-message t))
(message "About to set %s to %s" (car pair) (cdr pair)))
Expand Down Expand Up @@ -716,3 +716,7 @@ buffer."

;;; conda.el ends here

;;;; Helper snippet to validate Elisp code
;; (checkdoc)
;; (byte-compile-file (buffer-file-name))
;; (package-buffer-info)

0 comments on commit 5e5431e

Please sign in to comment.