diff --git a/.gitignore b/.gitignore index c82ce35..444f493 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.html _publish/ +*.elc diff --git a/project.el b/project.el index 6e0c520..787815b 100644 --- a/project.el +++ b/project.el @@ -148,5 +148,5 @@ :section-numbers nil :table-of-contents 1 :html-doctype "" - :html-head "" + :html-head "" :html-link-home "http://ryuslash.org")))