Skip to content

dunmaksim/asciidoc-mode

Repository files navigation

AsciiDoc mode

asciidoc-mode is a GNU Emacs major mode for AsciiDoc syntax support.

Installation

Now this repository is not availiable in any package arhives like a MELPA, ELPA and other. You must install this package manually:

  1. Clone this repo to any folder:

    git clone https://github.com/dunmaksim/asciidoc-mode.git
  2. Add code into your init.el:

    (use-package asciidoc-mode
      :load-path "path/to/repository/folder/"
      :mode ("\\.adoc\\'" . asciidoc-mode))

About

GNU Emacs major mode for supporting AsciiDoc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published