Skip to content

Commit dbe7eb5

Browse files
committed
Merge pull request #254 from mwfogleman/sp
Mention smartparens in code documentation.
2 parents 4d7b35f + 397787e commit dbe7eb5

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

clojure-mode.el

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,16 @@
1919
;; Provides font-lock, indentation, and navigation for the Clojure
2020
;; programming language (http://clojure.org).
2121

22-
;; Using clojure-mode with paredit is highly recommended. Use paredit
23-
;; as you would with any other minor mode; for instance:
24-
;;
22+
;; Using clojure-mode with paredit or smartparens is highly recommended.
23+
24+
;; Here are some example configurations:
25+
2526
;; ;; require or autoload paredit-mode
2627
;; (add-hook 'clojure-mode-hook 'paredit-mode)
2728

29+
;; ;; require or autoload smartparens
30+
;; (add-hook 'clojure-mode-hook 'smartparens-strict-mode)
31+
2832
;; See CIDER (http://github.com/clojure-emacs/cider) for
2933
;; better interaction with subprocesses via nREPL.
3034

0 commit comments

Comments
 (0)