Emacs nerd-fonts utilities.
This project was inspired by emacs-fontawesome.
- nerd-fonts (See here how to install)
Clone this repository to ~/.emacs.d/site-lisp/nerd-fonts
. Add the following to your .emacs
:
(require 'nerd-fonts)
Return a icon by giving name:
(nerd-fonts "mdi-lambda")
;; => "ﬦ"
Insert a icon at point in interactive way:
More features with helm/ivy: