about summary refs log tree commit diff stats
path: root/lisp/acdw.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-06 23:50:32 -0500
committerCase Duckworth2021-09-06 23:50:32 -0500
commita365c59ffd4ca987a6b474cf874c6909fe1a230d (patch)
treeafce6e770320b69e3596e118e3d8e15dd19fc483 /lisp/acdw.el
parentFix helpful-mode .. some more (diff)
downloademacs-a365c59ffd4ca987a6b474cf874c6909fe1a230d.tar.gz
emacs-a365c59ffd4ca987a6b474cf874c6909fe1a230d.zip
Add other-window-or-switch-buffer-backward
Diffstat (limited to 'lisp/acdw.el')
-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