This is my personal Emacs configuration.
- Package-free
litebranch: No external packages installed, works on legacy systems and pure TTY environments - Left-handed keybindings: Repurposes
M-q,M-z,M-e,C-q,C-zfor efficient left-hand-only workflows - Version compatibility: Graceful degradation for Emacs 24.5+ (tested primarily on Arch Linux)
git clone https://github.com/OChicken/.emacs.d.git $HOME/.emacs.d
git clone https://github.com/OChicken/.emacs.d.git -b lite $HOME/.emacs.d # lite versionemacs --lite [OPTION-OR-FILENAME]...The configuration heavily modifies default Emacs bindings for left-hand operation:
M-q/C-qβ Navigate up (β)M-z/C-zβ Navigate down (β)M-eβ Enter/Return (β)M-aβ Beginning of lineC-aβ Back to indentation
Note: C-z (suspend-frame) is still available via C-x C-z.
Primarily tested on Arch Linux. Some features may not be available on older Ubuntu LTS releases due to legacy Emacs versions, though the configuration includes graceful degradation where possible.
Use at your own risk.