Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fuco1/elisp-docstring-mode

Major mode for editing elisp docstrings
https://github.com/fuco1/elisp-docstring-mode

docstring documentation emacs emacs-lisp

Last synced: 25 days ago
JSON representation

Major mode for editing elisp docstrings

Awesome Lists containing this project

README

        

# elisp-docstring-mode

A simple major-mode for editing content of Emacs Lisp docstrings. Very useful in combination with [string-edit](https://github.com/magnars/string-edit.el).

# Features

Provides font-lock. In combination with string-edit, there is support for automatic escaping and unescaping of quotes.

Here is a comparison of the string as a docstring in `emacs-lisp-mode` and as a string in a `string-edit` buffer (with `elisp-docstring-mode` enabled).

![demo](images/demo.png)