Emacs: Add ox-asciidoc.
This commit is contained in:
parent
bf54968d65
commit
5aa9d5dc07
|
@ -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))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user