mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
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.
4 lines
124 B
EmacsLisp
4 lines
124 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ui/emoji/packages.el
|
|
|
|
(package! emojify :pin "d886069974d05c8c15654204f9afeaee962f3e7d")
|