[Emacs] Fix html generation for new straight keyword

This commit is contained in:
Ivan Malison 2018-01-16 15:31:47 -08:00
parent 5adb0994ac
commit b638b5c060
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -18,6 +18,13 @@
(require 'use-package)
(require 's)
(org-babel-tangle-file readme-src)
;; This makes it so that any dependencies specified with :straight, will
;; actually just be installed with the default melpa use-package ensure logic.
(defalias 'use-package-handler/:straight
#'use-package-handler/:ensure)
(add-to-list 'use-package-keywords :straight)
(load-file (concat emacs-dir "org-config.el"))
(defun export-target (target)