When I use the Verilog Mode in spacemacs with evil keybindings, every time I type e.g. wire and press ESC, an automatic dialouge pops up and asks me msb:, lsb: and name (RET to end). This is super annoying, since pressing ESC in the prompt often leads to three blank lines and an open bracket.
Apparently this is defined in the verilog-define-abbrev-table in the verilog-mode.el, but I don't speak lisp, nor do I have deeper knowledge of emacs packages.
Changing the verilog-mode.el file is not possible, since I'm working on a multi user Server without sudo rights.
How can I disable the whole abbreviation-autocompletion stuff in the verilog mode?
edit-abbrevshelps, but this buffer gets reset after a restart. How to disable the abbrevs or clean the table?