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
- Host: GitHub
- URL: https://github.com/gongo/emacs-nicomment
- Owner: gongo
- License: mit
- Created: 2019-07-24T15:52:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T22:21:46.000Z (almost 7 years ago)
- Last Synced: 2024-12-31T16:32:51.955Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 624 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
emacs-nicomment
===============
Reproduces the flowing comment of [ニコニコ動画](https://www.nicovideo.jp) on Emacs.

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