Emacs: Add el2markdown.

This commit is contained in:
tastytea 2020-02-19 17:01:17 +01:00
parent eb95c669a6
commit 09a3b5762f

View File

@ -1,6 +1,6 @@
;;; tools.el --- Configure text tools. -*- lexical-binding: t; -*-
;; Time-stamp: <2019-12-26T07:42:10+00:00>
;; Time-stamp: <2020-02-19T16:51:31+0100>
;;; Commentary:
@ -72,5 +72,11 @@
("C-x M-h" . easy-hugo)
)
(use-package el2markdown
:commands (el2markdown-view-buffer
el2markdown-write-file
el2markdown-write-readme)
)
(provide 'text/tools)
;;; tools.el ends here