aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel <[email protected]>2024-04-29 14:42:04 -0400
committerDaniel <[email protected]>2024-04-29 14:42:04 -0400
commitaebb125518da35bcd04e8782316ca41b830bcc30 (patch)
tree442b0d1bd65d33ab9b9fcf4e4f7a45e6e2603283
parentaa962f60ffe8d8977a6401b691f6704a572cc40b (diff)
ace window
-rw-r--r--bard-emacs-modules/bard-emacs-window.el3
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))