emacsorphanage / org-page

[INACTIVE] A static site generator based on Emacs and org mode.
674 stars 99 forks source link

When (require 'org-page) mustache mode is automatically loaded at startup of emacs #86

Closed ic3guy closed 10 years ago

ic3guy commented 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.

sillykelvin commented 10 years ago

fixed, closing.