diff --git a/ace-window.el b/ace-window.el index 0e33852..e347776 100644 --- a/ace-window.el +++ b/ace-window.el @@ -505,6 +505,8 @@ Windows are numbered top down, left to right." (aw-switch-to-window window) (aw--switch-buffer)) +(declare-function ivy-switch-buffer "ext:ivy") + (defun aw--switch-buffer () (cond ((bound-and-true-p ivy-mode) (ivy-switch-buffer))