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
- Host: GitHub
- URL: https://github.com/ettomatic/emacs-dotfiles
- Owner: ettomatic
- Created: 2014-10-05T16:29:42.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-05-20T19:34:06.000Z (about 9 years ago)
- Last Synced: 2026-01-27T02:11:37.991Z (6 months ago)
- Language: Emacs Lisp
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```