aboutsummaryrefslogtreecommitdiff
path: root/init.el
Commit message (Collapse)AuthorAgeFilesLines
...
* Replace yes/no prompts with y/nMountain Man2023-04-091-0/+12
|
* Fix ESC key behaviorMountain Man2023-04-091-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 lockfilesMountain Man2023-04-091-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` filesMountain Man2023-04-091-0/+4