Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tromey/css-lookup.el
Analog to info-lookup-symbol for CSS
https://github.com/tromey/css-lookup.el
Last synced: 12 days ago
JSON representation
Analog to info-lookup-symbol for CSS
- Host: GitHub
- URL: https://github.com/tromey/css-lookup.el
- Owner: tromey
- Created: 2015-12-06T03:48:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-10T15:47:51.000Z (over 7 years ago)
- Last Synced: 2024-10-28T12:43:00.650Z (2 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# css-lookup.el
*Breaking News* This code has been merged into Emacs and will appear
in Emacs 26. Please don't report bugs here, instead use the Emacs bug
tracker.This is similar to `info-lookup-symbol`, but is specific to CSS. It
uses [MDN](https://developer.mozilla.org/en-US/) as the source of its
information, and `eww` to display it. Once installed you can simply
use `C-h S` as you would in other modes.