asciidoc-mode
is a GNU Emacs major mode for AsciiDoc syntax support.
Now this repository is not availiable in any package arhives like a MELPA, ELPA and other. You must install this package manually:
-
Clone this repo to any folder:
git clone https://github.com/dunmaksim/asciidoc-mode.git
-
Add code into your
init.el
:(use-package asciidoc-mode :load-path "path/to/repository/folder/" :mode ("\\.adoc\\'" . asciidoc-mode))