Skip to content

Commit

Permalink
Quick cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Oct 20, 2022
1 parent 0e0662d commit 716bf06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ doc
.lein-repl-history
.nrepl-port
pom.xml*
manual/output-site
manual/output-site
*.asc
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
:version version
:aliases [:dev]}))

(def publish-dir "../aviso-docs")
(def publish-dir "../aviso-docs/pretty")

(defn publish
"Generate Codox documentation and publish via a GitHub push."
Expand Down
2 changes: 1 addition & 1 deletion src/io/aviso/ansi.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
then it sets the value: the value `false` (matched caselessly) disables ANSI colors and fonts,
otherwise they are enabled.
Next, there is an attempt to determine if execution is currently inside an REPL environment,
Next, there is an attempt to determine if execution is currently inside a REPL environment,
possibly started from an IDE; a check is made to see if `nrepl.core` namespace is available;
if so, then ANSI colors are enabled.
Expand Down

0 comments on commit 716bf06

Please sign in to comment.