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.
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.
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)