diff options
| author | Daniel <[email protected]> | 2024-04-29 14:42:04 -0400 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-04-29 14:42:04 -0400 |
| commit | aebb125518da35bcd04e8782316ca41b830bcc30 (patch) | |
| tree | 442b0d1bd65d33ab9b9fcf4e4f7a45e6e2603283 /bard-emacs-modules | |
| parent | aa962f60ffe8d8977a6401b691f6704a572cc40b (diff) | |
ace window
Diffstat (limited to 'bard-emacs-modules')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-window.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-window.el b/bard-emacs-modules/bard-emacs-window.el index 06255e5..a986477 100644 --- a/bard-emacs-modules/bard-emacs-window.el +++ b/bard-emacs-modules/bard-emacs-window.el @@ -59,6 +59,9 @@ (add-to-list 'consult-buffer-sources 'beframe-consult-source))) +(use-package ace-window + :bind* (("M-;" . ace-window))) + (setq display-buffer-alist `(("\\`\\*Async Shell Command\\*\\'" (display-buffer-no-window)) |
