summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--lisp/acdw.el4
1 files changed, 4 insertions, 0 deletions
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."
617 (switch-to-buffer nil) 617 (switch-to-buffer nil)
618 (other-window (or arg 1)))) 618 (other-window (or arg 1))))
619 619
620(defun acdw/other-window-or-switch-buffer-backward ()
621 (interactive)
622 (acdw/other-window-or-switch-buffer -1))
623
620 624
621;;; Auth-sources 625;;; Auth-sources
622;; https://github.com/emacs-circe/circe/wiki/Configuration 626;; https://github.com/emacs-circe/circe/wiki/Configuration