I am trying to use Emacs for developing in Lua, and installed a Lua mode for that. After doing this I was unhappy about the background and changed it by applying the face of my text mode (which I configred by myself). It worked, but now the modified settings for Lua mode are being applied with the significant delay (3-5 sec) after opening a Lua file.

Both .emacs and lua-mode.el are byte-compiled.

Any advice?

link|improve this question
feedback

1 Answer

What does your text mode do? Is there a specific reason to not just use customize-group faces?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown