Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/twlz0ne/nerd-fonts.el

Emacs nerd-fonts (https://github.com/ryanoasis/nerd-fonts) utilities.
https://github.com/twlz0ne/nerd-fonts.el

Last synced: 3 months ago
JSON representation

Emacs nerd-fonts (https://github.com/ryanoasis/nerd-fonts) utilities.

Awesome Lists containing this project

README

        

[![CI](https://github.com/twlz0ne/nerd-fonts.el/workflows/CI/badge.svg)](https://github.com/twlz0ne/nerd-fonts.el/actions?query=workflow%3ACI)

# nerd-fonts.el

Emacs [nerd-fonts](https://github.com/ryanoasis/nerd-fonts) utilities.

This project was inspired by [emacs-fontawesome](https://github.com/syohex/emacs-fontawesome).

## Requirements

- nerd-fonts (See [here](https://github.com/ryanoasis/nerd-fonts#font-installation) how to install)

## Installation

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

```elisp
(require 'nerd-fonts)
```

## Usage

Return a icon by giving name:

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

Insert a icon at point in interactive way:



More features with helm/ivy: