Skip to content

Commit 4052b6e

Browse files
authored
Merge pull request #132 from kissge/feature/autoload-popwin-mode
Autoload popwin-mode
2 parents 1f3506a + a262685 commit 4052b6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

popwin.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,6 +1051,7 @@ original window configuration."
10511051
(let ((not-this-window (plist-get 'inhibit-same-window alist)))
10521052
(popwin:display-buffer buffer not-this-window)))
10531053

1054+
;;;###autoload
10541055
(define-minor-mode popwin-mode
10551056
""
10561057
:init-value nil

0 commit comments

Comments
 (0)