Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/twlz0ne/nerd-fonts.el
- Owner: twlz0ne
- License: gpl-3.0
- Created: 2019-03-17T14:13:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-20T04:21:17.000Z (over 1 year ago)
- Last Synced: 2024-04-08T17:10:04.050Z (7 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 1020 KB
- Stars: 30
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: