https://github.com/wpjunior/.emacs.d
My personal emacs configuration
https://github.com/wpjunior/.emacs.d
Last synced: 3 months ago
JSON representation
My personal emacs configuration
- Host: GitHub
- URL: https://github.com/wpjunior/.emacs.d
- Owner: wpjunior
- Created: 2014-10-12T19:47:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T10:02:46.000Z (about 2 years ago)
- Last Synced: 2025-03-03T12:29:22.147Z (over 1 year ago)
- Language: YASnippet
- Homepage:
- Size: 185 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
.emacs.d
========
My personal emacs configurations, with auto package install.
Auto installed packages
-----------------------
** Modes **
* cython-mode
* debian-changelog-mode
* dockerfile-mode
* es-mode
* feature-mode
* git-commit-mode
* git-rebase-mode
* gitignore-mode
* go-mode
* haml-mode
* jinja2-mode
* js2-mode
* json-mode
* less-css-mode
* lua-mode
* markdown-mode
* php-mode
* python-mode
* rainbow-mode
* ruby-mode
* web-mode
* erlang
** tools **
* ac-js2
* ag
* auto-complete
* column-marker
* dropdown-list
* enh-ruby-mode
* expand-region
* find-file-in-repository
* flycheck
* flycheck-pyflakes
* git-blame
* grizzl
* helm
* jedi
* magit
* maxframe
* multiple-cursors
* projectile
* py-autopep8
* pyflakes
* python-environment
* smartparens
* yasnippet
** theme **
* solarized-theme
Extra Key Bindings
------------------
| Key | Action |
| ------------------ |:-------------------------------------:|
| M-s M-s | Duplicate current line |
| Option-n | Next buffer |
| Option-p | Previous buffer |
| Option-f | Next multiframe window |
| Option-b | Previous multiframe window |
| Option-o | New window |
| C-c c | Comment region |
| C-c d | Uncomment region |
| Option-Space | Find file in project |
| Option-Super-Space | find text in project (ag) |
| Option-m | Mark next text (multiple-cursors) |
| Option-g | git |
| Option-d | git-blame |
| C-= | Expand region |
| M-p | Move text or region up. |
| M-n | Move text or region down. |