set aw-dispatch-always to nil to not ask window when trivial
This commit is contained in:
parent
9111917747
commit
5410f0c783
1 changed files with 1 additions and 1 deletions
2
init.org
2
init.org
|
@ -3489,7 +3489,7 @@ behind it.
|
|||
("C-x o" . ace-window)
|
||||
:config
|
||||
(setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l))
|
||||
(setq aw-dispatch-always t))
|
||||
(setq aw-dispatch-always nil))
|
||||
#+END_SRC
|
||||
|
||||
#+RESULTS:
|
||||
|
|
Loading…
Add table
Reference in a new issue