Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.47 KB

README.org

File metadata and controls

47 lines (35 loc) · 1.47 KB
Build Status GPL v3

quick-insert-unicode

A completing-read command for looking up unicode characters by name 😉. Modified from https://github.com/qdzhang/ivy-unicode and https://github.com/bomgar/helm-unicode.

Installation

Clone this repository, and put quick-insert-unicode.el file to your load-path, then require it.

(require 'quick-insert-unicode)

Usage

quick-insert-unicode

The main function to use, bind it to a key whatever you like. This function use completing-read to select unicode characters, and insert the selected item to current posotion.

Contribute

PRs Welcome Elisp styleguide

If you would like to contribute to this project, you may either clone and make pull requests to this repository. Or you can clone the project and establish your own branch of this tool. Any methods are welcome!