Skip to content

Commit 5238822

Browse files
committed
Mark -indent-style as safe-local
1 parent affd573 commit 5238822

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clojure-mode.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ to indent function forms.
137137
(reduce
138138
merge
139139
some-coll)"
140+
:safe #'keywordp
140141
:type '(choice (const :tag "Same as `lisp-mode'" :always-align)
141142
(const :tag "Indent like a macro body" :always-indent)
142143
(const :tag "Indent like a macro body unless first arg is on the same line"

0 commit comments

Comments
 (0)