From ec962dadb49ed742fb41617dde35d394c0d407f9 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 27 Aug 2020 09:54:23 -0700 Subject: reflow --- .emacs.d/init-spw.el | 7 +++---- 1 file 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 -- cgit v1.2.3