@@ -247,13 +247,13 @@ ENDP and DELIMITER."
247
247
(imenu--generic-function '((nil clojure-match-next-def 0 )))))
248
248
(setq-local indent-tabs-mode nil )
249
249
(lisp-mode-variables nil )
250
- (setq fill-paragraph-function 'clojure-fill-paragraph )
251
- (setq adaptive-fill-function 'clojure-adaptive-fill-function )
252
- (setq-local normal-auto-fill-function 'clojure-auto-fill-function )
250
+ (setq fill-paragraph-function # 'clojure-fill-paragraph )
251
+ (setq adaptive-fill-function # 'clojure-adaptive-fill-function )
252
+ (setq-local normal-auto-fill-function # 'clojure-auto-fill-function )
253
253
(setq-local comment-start-skip
254
254
" \\ (\\ (^\\ |[^\\\\ \n ]\\ )\\ (\\\\\\\\\\ )*\\ )\\ (;+\\ |#|\\ ) *" )
255
- (setq-local indent-line-function 'clojure-indent-line )
256
- (setq-local lisp-indent-function 'clojure-indent-function )
255
+ (setq-local indent-line-function # 'clojure-indent-line )
256
+ (setq-local lisp-indent-function # 'clojure-indent-function )
257
257
(setq-local lisp-doc-string-elt-property 'clojure-doc-string-elt )
258
258
(setq-local parse-sexp-ignore-comments t )
259
259
(setq-local prettify-symbols-alist clojure--prettify-symbols-alist)
@@ -266,7 +266,7 @@ ENDP and DELIMITER."
266
266
\\ {clojure-mode-map}"
267
267
(clojure-mode-variables)
268
268
(clojure-font-lock-setup)
269
- (add-hook 'paredit-mode-hook 'clojure-paredit-setup ))
269
+ (add-hook 'paredit-mode-hook # 'clojure-paredit-setup ))
270
270
271
271
(defsubst clojure-in-docstring-p ()
272
272
" Check whether point is in a docstring."
0 commit comments