summaryrefslogtreecommitdiff
path: root/cider-selector.el
diff options
context:
space:
mode:
authorMichael Griffiths <mikey@cich.li>2015-03-20 19:49:41 +0000
committerMichael Griffiths <mikey@cich.li>2015-03-20 19:51:52 +0000
commite3181e1f7eb282713046255118e6cfed1427c739 (patch)
treee36aa1c9f7d65546079865de936c58c3c14bd24f /cider-selector.el
parentfe7fc29c6b9e8e17fb20df5f05700c69f041fcc2 (diff)
Fix indentation
Diffstat (limited to 'cider-selector.el')
-rw-r--r--cider-selector.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/cider-selector.el b/cider-selector.el
index 661941f3..9c77f658 100644
--- a/cider-selector.el
+++ b/cider-selector.el
@@ -105,7 +105,7 @@ is chosen. The returned buffer is selected with
`(setq cider-selector-methods
(cl-sort (cons (list ,key ,description ,method)
(cl-remove ,key cider-selector-methods :key #'car))
- #'< :key #'car))))
+ #'< :key #'car))))
(def-cider-selector-method ?? "Selector help buffer."
(ignore-errors (kill-buffer cider-selector-help-buffer))
@@ -151,9 +151,9 @@ is chosen. The returned buffer is selected with
cider-error-buffer)
(def-cider-selector-method ?s
- "Cycle to the next CIDER connection's REPL."
- (cider-rotate-connection)
- (cider-get-repl-buffer))
+ "Cycle to the next CIDER connection's REPL."
+ (cider-rotate-connection)
+ (cider-get-repl-buffer))
(provide 'cider-selector)