Skip to content

Commit

Permalink
Fix the CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jul 6, 2021
1 parent c3e97d9 commit 3e426b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clojure-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ Out-of-the box `clojure-mode' understands lein, boot, gradle,

(defcustom clojure-directory-prefixes
'("\\`clj[scx]?\\.")
"A list of directory prefixes used by `clojure-expected-ns'
to formulate correct ns."
"A list of directory prefixes used by `clojure-expected-ns'.
The prefixes are used to generate the correct namespace."
:type '(repeat string)
:package-version '(clojure-mode . "5.14.0")
:safe (lambda (value)
Expand Down

0 comments on commit 3e426b3

Please sign in to comment.