From a365c59ffd4ca987a6b474cf874c6909fe1a230d Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 6 Sep 2021 23:50:32 -0500 Subject: Add other-window-or-switch-buffer-backward --- lisp/acdw.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lisp/acdw.el') diff --git a/lisp/acdw.el b/lisp/acdw.el index aff48f7..0039de2 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el @@ -617,6 +617,10 @@ It's called 'require-private' for historical reasons." (switch-to-buffer nil) (other-window (or arg 1)))) +(defun acdw/other-window-or-switch-buffer-backward () + (interactive) + (acdw/other-window-or-switch-buffer -1)) + ;;; Auth-sources ;; https://github.com/emacs-circe/circe/wiki/Configuration -- cgit 1.4.1-21-gabe81