https://github.com/jtkdvlp/.emacs.d
my personal emacs configuration
https://github.com/jtkdvlp/.emacs.d
configuration emacs
Last synced: 10 months ago
JSON representation
my personal emacs configuration
- Host: GitHub
- URL: https://github.com/jtkdvlp/.emacs.d
- Owner: jtkDvlp
- License: mit
- Created: 2019-09-03T22:07:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T08:10:48.000Z (over 1 year ago)
- Last Synced: 2025-01-09T17:12:17.073Z (about 1 year ago)
- Topics: configuration, emacs
- Language: Emacs Lisp
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .emacs.d
Please see the el-files within "configuration" for supported tools and languages, hopefully it's as clear and concise for you as it is for me.
## keymap system / rules
- there are global mappings for global commands to manage files, organize your work and better the user interface (ivy, winner, ace, whick-key ...)
- dont override global bindings, override its commands if there is a better one by the activated major mode
- bindings for navigating and handling code follow common rules tuned to respective language / major mode
## todo
- support language php
- support language typescript