Skip to content

Commit 4f806c7

Browse files
committed
Remove font-locking for load, import and refer
Those are usually used interactively and it doesn't make much sense to treat them as forms with special significance.
1 parent 69a1fb3 commit 4f806c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clojure-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ Called by `imenu--generic-function'."
419419
"if-let" "if-not" "if-some"
420420
".." "->" "->>" "as->" "doto" "and" "or"
421421
"dosync" "doseq" "dotimes" "dorun" "doall"
422-
"load" "import" "ns" "in-ns" "refer"
422+
"ns" "in-ns"
423423
"with-open" "with-local-vars" "binding"
424424
"with-redefs" "with-redefs-fn"
425425
"declare") t)

0 commit comments

Comments
 (0)