Skip to content

Commit

Permalink
Fix corfu-popupinfo-mode
Browse files Browse the repository at this point in the history
By default, `corfu-popupinfo-mode`'s popup window appears as a new frame rather
than a proper popup. Adding `corfu-popupinfo--show` to the list of functions to
ignore seems to fix the issue.
  • Loading branch information
skissue authored and davidshepherd7 committed Jul 16, 2024
1 parent eb1b264 commit 057462d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frames-only-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To disable completion popups entirely use the variable
:group 'frames-only)

(defcustom frames-only-mode-use-window-functions
(list #'calendar #'report-emacs-bug 'checkdoc-show-diagnostics 'checkdoc 'org-compile-file)
(list #'calendar #'report-emacs-bug 'checkdoc-show-diagnostics 'checkdoc 'org-compile-file 'corfu-popupinfo--show)
"List of functions inside which new emacs windows should be
created instead of frames.
Expand Down

0 comments on commit 057462d

Please sign in to comment.