Skip to content
Snippets Groups Projects
Commit 45a7171f authored by Michael Hauspie's avatar Michael Hauspie
Browse files

M-x indent-region

parent 7005e7ca
Branches
No related tags found
No related merge requests found
...@@ -519,6 +519,12 @@ Some of my configuration entries where borrowed from other people, see ...@@ -519,6 +519,12 @@ Some of my configuration entries where borrowed from other people, see
;; And markdown ;; And markdown
(require 'ox-md) (require 'ox-md)
;; some HTML slide export engines
(use-package ox-html5slide)
(use-package ox-impress-js)
(use-package ox-reveal )
(use-package ox-spectacle )
;; bootstrap html ;; bootstrap html
(use-package ox-twbs) (use-package ox-twbs)
#+end_src #+end_src
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment