mirror of
https://github.com/chubin/cheat.sh.git
synced 2025-01-06 04:16:04 +03:00
Emacs support
This commit is contained in:
parent
511c04b8ab
commit
8e5b8d6c5a
12
README.md
12
README.md
@ -119,7 +119,8 @@ Special pages:
|
||||
:bash bash function and tab completion setup
|
||||
:fish fish function and tab completion setup
|
||||
:zsh zsh function and tab completion setup
|
||||
:emacs cheat.sh function for emacs
|
||||
:emacs cheat.sh function for Emacs
|
||||
:emacs-ivy cheat.sh function for Emacs (uses ivy)
|
||||
:styles list of color styles
|
||||
:styles-demo show color styles usage examples
|
||||
```
|
||||
@ -147,6 +148,15 @@ and don't create any special functions, include `:bash_completion`:
|
||||
$ # add . ~/.bash.d/cheat.sh to ~/.bashrc
|
||||
```
|
||||
|
||||
## Editors integration
|
||||
|
||||
### Emacs
|
||||
|
||||
* [cheat-sh.el](https://github.com/davep/cheat-sh.el) — Emacs support (available also at cheat.sh/:emacs)
|
||||
* cheat.sh/:emacs-ivy — Emacs support for ivy users
|
||||
|
||||
[![asciicast](https://asciinema.org/a/123734.png)](https://asciinema.org/a/123734)
|
||||
|
||||
## Options
|
||||
|
||||
?OPTIONS
|
||||
|
Loading…
Reference in New Issue
Block a user