summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-08-27 09:54:23 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-08-27 09:54:23 -0700
commitec962dadb49ed742fb41617dde35d394c0d407f9 (patch)
tree3391ad15c77c107c7b0eaea19b936b2445cf7e13
parent735d9531337f0b425284b5ce5ed2aae487a5a58e (diff)
downloaddotfiles-ec962dadb49ed742fb41617dde35d394c0d407f9.tar.gz
reflow
-rw-r--r--.emacs.d/init-spw.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el
index a24cb934..7908852d 100644
--- a/.emacs.d/init-spw.el
+++ b/.emacs.d/init-spw.el
@@ -517,10 +517,9 @@ add places the library might be available to `load-path'."
(defun spw/maybe-next-buffer ()
(interactive)
(cl-destructuring-bind
- (message command)
- (if (window-next-buffers)
- '("Went forwards" next-buffer)
- '("Went backwards" previous-buffer))
+ (message command) (if (window-next-buffers)
+ '("Went forwards" next-buffer)
+ '("Went backwards" previous-buffer))
(call-interactively `,command)
(message message)))
(spw/bind-command-with-cycling