Emacs: Add el2markdown.
This commit is contained in:
parent
eb95c669a6
commit
09a3b5762f
|
@ -1,6 +1,6 @@
|
||||||
;;; tools.el --- Configure text tools. -*- lexical-binding: t; -*-
|
;;; 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:
|
;;; Commentary:
|
||||||
|
|
||||||
|
@ -72,5 +72,11 @@
|
||||||
("C-x M-h" . easy-hugo)
|
("C-x M-h" . easy-hugo)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(use-package el2markdown
|
||||||
|
:commands (el2markdown-view-buffer
|
||||||
|
el2markdown-write-file
|
||||||
|
el2markdown-write-readme)
|
||||||
|
)
|
||||||
|
|
||||||
(provide 'text/tools)
|
(provide 'text/tools)
|
||||||
;;; tools.el ends here
|
;;; tools.el ends here
|
||||||
|
|
Loading…
Reference in New Issue
Block a user