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

3
  • 2
    Which Emacs 'distribution/starter-kit' do you use? Commented Nov 27, 2022 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. Commented 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. Commented Nov 29, 2022 at 7:30

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.