Emacs: Load support for markdown export.

This commit is contained in:
tastytea 2020-08-16 19:49:36 +02:00
parent 0478315d10
commit 1cda6ed3f9
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*- ;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-07-29T16:14:44+0200> ;; Time-stamp: <2020-08-16T19:47:34+0200>
;;; Commentary: ;;; Commentary:
@ -119,7 +119,8 @@
(C .t))) (C .t)))
(add-to-list 'org-modules 'org-tempo) ; Templates (<s). (add-to-list 'org-modules 'org-tempo) ; Templates (<s).
(put 'org-confirm-babel-evaluate (put 'org-confirm-babel-evaluate
'safe-local-variable #'booleanp)) 'safe-local-variable #'booleanp)
(require 'ox-md))
:hook (org-mode . (lambda () ; Automatically update date. :hook (org-mode . (lambda () ; Automatically update date.
(setq-local (setq-local
time-stamp-pattern time-stamp-pattern