https://github.com/rufflewind/emacs-rustdoc-theme
An Emacs theme inspired by rustdoc.
https://github.com/rufflewind/emacs-rustdoc-theme
Last synced: 4 months ago
JSON representation
An Emacs theme inspired by rustdoc.
- Host: GitHub
- URL: https://github.com/rufflewind/emacs-rustdoc-theme
- Owner: Rufflewind
- License: mit
- Created: 2016-08-10T08:41:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-29T14:55:09.000Z (over 9 years ago)
- Last Synced: 2025-03-14T15:49:22.272Z (about 1 year ago)
- Language: Emacs Lisp
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `rustdoc`-like Emacs theme
## Installation
Put `rustdoc-theme.el` in a directory such as `~/.emacs.d/elisp` and then add
the directory to the `custom-theme-load-path` variable in the Emacs
configuration file:
~~~lisp
;; add this to ~/.emacs or ~/.emacs.d/init.el
(add-to-list 'custom-theme-load-path "~/.emacs.d/elisp")
~~~
