[Emacs] Fix a spello in generate-html

This commit is contained in:
Ivan Malison 2016-12-28 04:18:49 -08:00
parent 6b45e61a69
commit af34de431a
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -15,7 +15,7 @@
(setq readme-src (concat emacs-dir "README.org"))
(require 'use-pacakge)
(require 'use-package)
(org-babel-tangle-file readme-src)
(load-file (concat emacs-dir "org-config.el"))