From 3dc207f78dcb9e688c3640ecf47012cd7bcb4ce4 Mon Sep 17 00:00:00 2001 From: Hugo Duncan Date: Thu, 16 Oct 2014 21:49:42 -0400 Subject: [PATCH] Add LEIN_NO_USER_PROFILES to sample.project.clj --- sample.project.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/sample.project.clj b/sample.project.clj index cc309145..f49ced7e 100644 --- a/sample.project.clj +++ b/sample.project.clj @@ -483,5 +483,6 @@ ;; LEIN_NEW_UNIX_NEWLINES - ensure that `lein new` emits '\n' as newlines ;; LEIN_SUPPRESS_USER_LEVEL_REPO_WARNINGS - suppress "repository in user profile" warnings ;; LEIN_FAST_TRAMPOLINE - memoize `java` invocation command to speed up subsequent trampoline launches +;; LEIN_NO_USER_PROFILES - suppress loading of user and system profiles ;; http_proxy - host and port to proxy HTTP connections through ;; http_no_proxy - pipe-separated list of hosts which may be accessed directly