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

https://github.com/gongo/emacs-nicomment

Flow comment on your Emacs
https://github.com/gongo/emacs-nicomment

Last synced: 8 months ago
JSON representation

Flow comment on your Emacs

Awesome Lists containing this project

README

          

emacs-nicomment
===============

Reproduces the flowing comment of [ニコニコ動画](https://www.nicovideo.jp) on Emacs.

![nicomment.gif](images/nicomment-demo.gif)

Inspired by https://github.com/kusabashira/vim-nicomment

Requirements
---------------

- [posframe](https://github.com/tumashu/posframe)

Usage (based on demo with [Cask](https://cask.readthedocs.io/en/latest/))
---------------

1. Install dependent libraries

```sh-session
$ cask install
```

1. Lanch Emacs

```sh-session
$ cask exec emacs -Q nicomment-demo.el -l nicomment
```

1. Enable `nicomment-mode`

```
M-x nicomment-mode
```

1. Execute demo script

```
M-x nicomment-demo
```

License
---------------

MIT License