Skip to content

Commit ca17c57

Browse files
committed
Add some comment sections
1 parent c48cc79 commit ca17c57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clojure-mode.el

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1412,6 +1412,8 @@ Return nil if not inside a project."
14121412
"Denormalize PATH by making it relative to the project root."
14131413
(file-relative-name path (clojure-project-dir)))
14141414

1415+
1416+
;;; ns manipulation
14151417
(defun clojure-expected-ns (&optional path)
14161418
"Return the namespace matching PATH.
14171419
@@ -1750,6 +1752,8 @@ When BUT-LAST is passed the last expression is not threaded."
17501752
(interactive "P")
17511753
(clojure--thread-all "->> " but-last))
17521754

1755+
1756+
;;; ClojureScript
17531757
(defconst clojurescript-font-lock-keywords
17541758
(eval-when-compile
17551759
`(;; ClojureScript built-ins

0 commit comments

Comments
 (0)