diff options
| author | bard <[email protected]> | 2024-05-17 20:56:17 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-05-17 20:56:17 -0400 |
| commit | 06aa3733dd7168a4b14b43692a2594526af445f4 (patch) | |
| tree | af2b60b2c025bbaf1dde8df9e8dd134a90126176 /bard-emacs-modules/bard-emacs-window.el | |
| parent | 49a0077ad1809a02b57351adbc2ad7f5782bb87e (diff) | |
fix: ensure true
ensure true for external use-package declarations
Diffstat (limited to 'bard-emacs-modules/bard-emacs-window.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-window.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-window.el b/bard-emacs-modules/bard-emacs-window.el index d6d8850..3c2b561 100644 --- a/bard-emacs-modules/bard-emacs-window.el +++ b/bard-emacs-modules/bard-emacs-window.el @@ -62,6 +62,7 @@ (add-to-list 'consult-buffer-sources 'beframe-consult-source))) (use-package ace-window + :ensure t :bind* (("M-;" . ace-window))) (setq display-buffer-alist |
