Require `+ace-window'

This commit is contained in:
Case Duckworth 2021-12-18 14:34:28 -06:00
parent a07d0a8567
commit 1d7690e977
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@
(define-key embark-region-map (kbd "U") '0x0-dwim)))
(setup (:straight ace-window)
(:also-load +ace-window)
(:require +ace-window)
(:option aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)
aw-display-mode-overlay nil)
(:+key "M-o" '+ace-window-or-switch-buffer)