An open API service indexing awesome lists of open source software.

https://github.com/ettomatic/emacs-dotfiles

my dotfiles for emacs Prelude
https://github.com/ettomatic/emacs-dotfiles

Last synced: 6 months ago
JSON representation

my dotfiles for emacs Prelude

Awesome Lists containing this project

README

          

### everyday keystrokes

Jump to a char with Avy
```
C-c j
```

Align with a regexp
```
C-x \
```

Auto correct
```
X-x C-i
```