Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aeriavelocity/speedmacs
A speedy close-to-defaults Emacs config with batteries included.
https://github.com/aeriavelocity/speedmacs
configuration editor emacs emacs-lisp
Last synced: about 2 months ago
JSON representation
A speedy close-to-defaults Emacs config with batteries included.
- Host: GitHub
- URL: https://github.com/aeriavelocity/speedmacs
- Owner: AeriaVelocity
- License: gpl-3.0
- Created: 2022-05-18T15:44:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-24T09:13:45.000Z (over 2 years ago)
- Last Synced: 2024-04-23T22:56:53.791Z (10 months ago)
- Topics: configuration, editor, emacs, emacs-lisp
- Language: Emacs Lisp
- Homepage:
- Size: 1.79 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Speedmacs
A speedy, close-to-defaults and opinionated Emacs config with batteries included.![Screenshot](screenshot.png)
Speedmacs was specifically created for use on Windows, where Doom Emacs is painfully slow, so it'll likely be super fast on GNU/Linux or macOS.
Speedmacs focuses on speed by being simple and close to vanilla Emacs, only having a few keybinds and making `evil-mode` optional and toggleable.
## Get started
```
git clone https://github.com/that1m8head/speedmacs.git .emacs.d
```
Once you're in Emacs, go ahead and hit C-x C-f and visit `~/.emacs.d/config.el` to check out your config file. Everything to configure is in there.## Default key bindings
C-c is your Speedmacs prefix key. All Speedmacs-specific keybinds are here.Keybinds are present in `init.el`, and may be edited if you wish, though additional keybinds should go in `config.el`.
+ C-= - `text-scale-increase` - Increase the font size
+ C-- - `text-scale-decrease` - Decrease the font size
+ <f12> - `menu-bar-mode` - Toggle menu bar
+ C-c e - `evil-mode` - Vim emulation
+ C-c m - `hide-mode-line-mode` - Toggle modeline visibility
+ C-c t - `load-only-theme` - Change your theme
+ C-c s - `scroll-bar-mode` - Toggle scroll bars
+ C-c w - `writeroom-mode` - Writeroom mode
+ C-c f - `mixed-pitch-mode` - Toggle mixed pitch
+ C-x o - `switch-window` - Visually switch windows if there are more than two windows, otherwise switch to the other window## Default packages (not including themes)
+ `which-key`
+ `switch-window`
+ `vertico`
+ `evil`
+ `adaptive-wrap`
+ `hide-mode-line`
+ `writeroom`