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.
Asked
Active
Viewed 39 times
0
-
2Which Emacs 'distribution/starter-kit' do you use? – dalanicolai Nov 27 '22 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 Nov 27 '22 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 Nov 29 '22 at 07:30