Emacs: Add ox-asciidoc.

This commit is contained in:
tastytea 2020-11-18 18:32:47 +01:00
parent bf54968d65
commit 5aa9d5dc07
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-10-14T21:38:52+0200>
;; Time-stamp: <2020-11-18T18:32:20+0100>
;;; Commentary:
@ -167,6 +167,10 @@
:after org
:hook (org-mode . org-bullets-mode))
(use-package ox-asciidoc
:after org
:hook (org-mode . (lambda () (require 'ox-asciidoc))))
(use-package sendmail
:mode ("/.claws-mail/tmp/tmpmsg\\." . mail-mode) ; claws-mail messages.
:hook (mail-mode . (lambda () (set-fill-column 72))))