Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dangom/what-is-this-face-called
Find out the name of the face at point.
https://github.com/dangom/what-is-this-face-called
Last synced: about 2 months ago
JSON representation
Find out the name of the face at point.
- Host: GitHub
- URL: https://github.com/dangom/what-is-this-face-called
- Owner: dangom
- Created: 2019-08-28T03:12:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-01T20:30:48.000Z (over 5 years ago)
- Last Synced: 2023-10-05T20:31:32.934Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: what-is-this-face-called.el
Search stack overflow no more. Find out without efforts what the face of the thing at point is called.
* Installation
Put this file somewhere in your load path and call:
#+BEGIN_SRC emacs-lisp
(use-package what-is-this-face-called :demand t)
#+END_SRCor via straight:
#+BEGIN_SRC emacs-lisp
(use-package what-is-this-face-called
:straight (what-is-this-face-called :type git :host github :repo "dangom/what-is-this-face-called")
:demand t)
#+END_SRC* Usage
Simply call =M-x what-is-this-face-called= and you'll know what the face at point is.