ui/emojis: New module for inserting emojis

Uses the emojify package to enable displaying and inserting emojis. Also
adds a new binding "SPC i e" to insert an Emoji. Includes basic docs.
This commit is contained in:
Akira Baruah 2020-09-30 00:31:14 -07:00
parent 1456108d5b
commit 813804066d
7 changed files with 75 additions and 0 deletions

View file

@ -0,0 +1,4 @@
;; -*- no-byte-compile: t; -*-
;;; ui/emoji/packages.el
(package! emojify :pin "d886069974d05c8c15654204f9afeaee962f3e7d")