diff --git a/config/emacs.el b/config/emacs.el
index c2637e79..a52f97d9 100644
--- a/config/emacs.el
+++ b/config/emacs.el
@@ -6,7 +6,7 @@
(setq org-todo-keywords (quote ((sequence "TODO(t)" "DOING(d)" "WAITING(w)" "|" "CANCEL(C)" "DEFERRED(F)" "DONE(D)"))))
;; html export
-(setq org-html-head "")
+(setq org-html-head "")
(setq org-html-validation-link nil)
(setq org-html-creator-string "Using Filestash")