Add rst-mode
This commit is contained in:
parent
2a4438890f
commit
962d9816c5
1 changed files with 4 additions and 0 deletions
|
@ -34,5 +34,9 @@
|
||||||
|
|
||||||
(use-package markdown-toc :after markdown-mode)
|
(use-package markdown-toc :after markdown-mode)
|
||||||
|
|
||||||
|
(use-package rst
|
||||||
|
:mode ("\\.re?st$" . rst-mode)
|
||||||
|
:config (def-builder! rst-mode rst-compile-pdf-preview))
|
||||||
|
|
||||||
(provide 'module-text)
|
(provide 'module-text)
|
||||||
;;; module-text.el ends here
|
;;; module-text.el ends here
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue