Emacs personal configuration
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ;;; package --- ox-gfm
- ;;; Commentary: org conversion to GitHub flavored Markdown
- ;;; Code:
-
- (require-package 'ox-gfm)
-
- (eval-after-load "org"
- '(require 'ox-gfm nil t))
-
- (provide 'init-ox-gfm)
-
- ;;; init-ox-gfm.el ends here
|