diff options
author | Case Duckworth | 2021-09-06 23:50:32 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-06 23:50:32 -0500 |
commit | a365c59ffd4ca987a6b474cf874c6909fe1a230d (patch) | |
tree | afce6e770320b69e3596e118e3d8e15dd19fc483 /lisp | |
parent | Fix helpful-mode .. some more (diff) | |
download | emacs-a365c59ffd4ca987a6b474cf874c6909fe1a230d.tar.gz emacs-a365c59ffd4ca987a6b474cf874c6909fe1a230d.zip |
Add other-window-or-switch-buffer-backward
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/acdw.el | 4 |
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 |