Skip to content

Commit 92d14bd

Browse files
committed
tweak(ace-window): restore the default for aw-dispatch-always
1 parent c964e6e commit 92d14bd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/me-window.el

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
;; Quickly switch windows in Emacs
1616
(use-package ace-window
1717
:straight t
18-
:bind (("M-o" . ace-window))
19-
:custom
20-
(aw-dispatch-always t))
18+
:bind (("M-o" . ace-window)))
2119

2220

2321
;; Manage windows and buffers according to purposes

0 commit comments

Comments
 (0)