el-get/recipes/emacs-humanoid-themes.rcp
Vedang Manerikar ecd4347373
Add / Update recipes for typescript and ziglang development (#2883)
* Update typescript-mode recipe organization

The mode has been moved to the `emacs-typescript` organization

* Add a recipe for tsi.el

`orzechowskid/tsi.el` is a minor mode to indent code using the syntax
tree generated by `elisp-tree-sitter`

* Add a recipe for apheleia

`radian-software/apheleia` is a tool to auto-format files in different
languages intelligently.

* Add a recipe for humanoid-themes

`humanoid-colors/emacs-humanoid-themes` provides a beautiful light
theme and a beautiful dark theme for Emacs GUI and terminal.

Use the themes with `(load-theme 'humanoid-light t)` and
`(load-theme 'humanoid-dark t)`

* Add a recipe for ctrlf

`radian-software/ctrlf` is a modern replacement of `isearch`, keeping
to mostly the same interface.

* Update the recipe for zig-mode

- `zig-mode` is now served from a different github organization
- Add a `minimum-emacs-version` clause
2022-11-08 12:34:34 +01:00

7 lines
259 B
Plaintext

(:name emacs-humanoid-themes
:description "Light and Dark humanoid themes for Emacs GUI and terminal"
:type github
:minimum-emacs-version "24.3"
:pkgname "humanoid-colors/emacs-humanoid-themes"
:load ("humanoid-themes.el"))