Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Replace yes/no prompts with y/n | Mountain Man | 2023-04-09 | 1 | -0/+12 | |
| | ||||||
* | Fix ESC key behavior | Mountain Man | 2023-04-09 | 1 | -0/+51 | |
| | | | | | | | By default the ESC key has bizarre behavior. Sometimes it quits the thing you're doing, sometimes it completely removes your window layout. This fixes the issue by defining a new version of `keyboard-escape-quit` and removing the keybing for `ESC ESC`. | |||||
* | Disable backups, auto-saves, and lockfiles | Mountain Man | 2023-04-09 | 1 | -0/+39 | |
| | | | | | I hate seeing a bunch of `FILES~` and `#FILES#` laying around everywhere. This disables them completely (I think). | |||||
* | Create `early-init.el` and `init.el` files | Mountain Man | 2023-04-09 | 1 | -0/+4 | |