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.
2 parents 4d7b35f + 397787e commit dbe7eb5Copy full SHA for dbe7eb5
clojure-mode.el
@@ -19,12 +19,16 @@
19
;; Provides font-lock, indentation, and navigation for the Clojure
20
;; programming language (http://clojure.org).
21
22
-;; Using clojure-mode with paredit is highly recommended. Use paredit
23
-;; as you would with any other minor mode; for instance:
24
-;;
+;; Using clojure-mode with paredit or smartparens is highly recommended.
+
+;; Here are some example configurations:
25
26
;; ;; require or autoload paredit-mode
27
;; (add-hook 'clojure-mode-hook 'paredit-mode)
28
29
+;; ;; require or autoload smartparens
30
+;; (add-hook 'clojure-mode-hook 'smartparens-strict-mode)
31
32
;; See CIDER (http://github.com/clojure-emacs/cider) for
33
;; better interaction with subprocesses via nREPL.
34
0 commit comments