0

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.

enter image description here

Drew
  • 75,699
  • 9
  • 109
  • 225
mcp
  • 67
  • 3
  • 2
    Which Emacs 'distribution/starter-kit' do you use? – dalanicolai Nov 27 '22 at 10:23
  • 2
    Popping 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

0 Answers0