0

On each action (opening new buffer, opening packages-list), I have different messages in minibuffer, how to disable it?

UPDATE

Looks like the problem is in ergoemacs package, beacuse when I disable it - all works normally.

enter image description here enter image description here

Drew
  • 75,699
  • 9
  • 109
  • 225
Anton Linevych
  • 203
  • 2
  • 10

1 Answers1

0

I fix this problem by reinstalling ergoemacs from GNU package archives NOT FROM MELPA.

You can read how to pin package versions here.

UPDATE

Bug already fixed in Git version, MELPA one will soon update. To disable all messages you can also use:

(setq ergoemacs-messages-level 0)
Anton Linevych
  • 203
  • 2
  • 10
  • That doesn't sound like a good long-term solution. Eventually, `gnu` will be updated again to whatever is currently in MELPA, and you'll need to fix the issue for real. – PythonNut Jan 31 '16 at 22:50