Closed ic3guy closed 10 years ago
I like to keep my emacs loads to a bare minimum. mustache-mode should not be loaded by default.
I'm just a beginner emacs lisp dev, but I think this fixes the issue.
In op-template.el, remove the (require 'mustache) and put under the requires (autoload 'mustache-render "mustache").
It seems that the 'mustache-render is the only function that you use, so this looks right to me.
fixed, closing.
I like to keep my emacs loads to a bare minimum. mustache-mode should not be loaded by default.
I'm just a beginner emacs lisp dev, but I think this fixes the issue.
In op-template.el, remove the (require 'mustache) and put under the requires (autoload 'mustache-render "mustache").
It seems that the 'mustache-render is the only function that you use, so this looks right to me.