I try to find which mode displays a popup menu with a list of candidates while entering code in emacs lisp. Whenever I type 2 letters a popup menu appears. I would like to disable it in lisp or prog mode.
- 2Which Emacs 'distribution/starter-kit' do you use?dalanicolai– dalanicolai2022-11-27 10:23:16 +00:00Commented Nov 27, 2022 at 10:23
- 2Popping up a menu like that is not the default Emacs behavior. To find out which code (e.g. package) you're using that's causing that behavior, and then to look into how to avoid/prevent it in a given context, bisect your init file.Drew– Drew2022-11-27 16:37:33 +00:00Commented Nov 27, 2022 at 16:37
- I was using Corfu and Company. I just disabled Company and let Corfu while editing emacs-lisp code. +Now it is ok.mcp– mcp2022-11-29 07:30:59 +00:00Commented Nov 29, 2022 at 7:30
Add a comment |
