summaryrefslogtreecommitdiff
path: root/cider-popup.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2017-07-10 16:16:17 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2017-07-10 16:16:17 +0300
commit60660863eba6ab6d94047d4978057a38eed435ca (patch)
tree497f089d0b3586c4ba497cddb1fab88777f55c8d /cider-popup.el
parentdd2f0f8867457a1b65db132f8bd5bc8d93ac6fc6 (diff)
Improve the formatting of some code
Diffstat (limited to 'cider-popup.el')
-rw-r--r--cider-popup.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/cider-popup.el b/cider-popup.el
index 441a99dc..c3cf940a 100644
--- a/cider-popup.el
+++ b/cider-popup.el
@@ -99,7 +99,9 @@ and automatically removed when killed."
(when ancillary
(add-to-list 'cider-ancillary-buffers name)
(add-hook 'kill-buffer-hook
- (lambda () (setq cider-ancillary-buffers (remove name cider-ancillary-buffers)))
+ (lambda ()
+ (setq cider-ancillary-buffers
+ (remove name cider-ancillary-buffers)))
nil 'local))
(current-buffer)))