Skip to content

twlz0ne/nerd-fonts.el

Repository files navigation

CI

nerd-fonts.el

Emacs nerd-fonts utilities.

This project was inspired by emacs-fontawesome.

Requirements

  • nerd-fonts (See here how to install)

Installation

Clone this repository to ~/.emacs.d/site-lisp/nerd-fonts. Add the following to your .emacs:

(require 'nerd-fonts)

Usage

Return a icon by giving name:

(nerd-fonts "mdi-lambda")
;; => "ﬦ"

Insert a icon at point in interactive way:

More features with helm/ivy: