Skip to content

Quick insert unicode characters in emacs using completing-read

License

Notifications You must be signed in to change notification settings

qdzhang/quick-insert-unicode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Quick insert unicode characters in emacs using completing-read

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published