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 c48cc79 commit ca17c57Copy full SHA for ca17c57
clojure-mode.el
@@ -1412,6 +1412,8 @@ Return nil if not inside a project."
1412
"Denormalize PATH by making it relative to the project root."
1413
(file-relative-name path (clojure-project-dir)))
1414
1415
+
1416
+;;; ns manipulation
1417
(defun clojure-expected-ns (&optional path)
1418
"Return the namespace matching PATH.
1419
@@ -1750,6 +1752,8 @@ When BUT-LAST is passed the last expression is not threaded."
1750
1752
(interactive "P")
1751
1753
(clojure--thread-all "->> " but-last))
1754
1755
1756
+;;; ClojureScript
1757
(defconst clojurescript-font-lock-keywords
1758
(eval-when-compile
1759
`(;; ClojureScript built-ins
0 commit comments