| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
|
|
| |
Reorder the subsections within the Text Editor section of `init.el`. For
me, it makes more sense to have things related to the editor at the top,
and things related more to the content within the editor second.
|
| |
|
|
|
|
|
|
|
| |
Make scrolling smooth and easy to follow, as opposed to the jumpy
default behavior. Add a scroll margin and make point move to the
top/bottom of the screen if attempting to scroll past the beginning/end
of the buffer.
|
|
|
|
|
| |
Show trailing whitespace. End sentences with one space. End files with
one newline. Use spaces for indentation. Wrap words at buffer edge.
|
| |
|
| |
|
|
|
|
| |
If a `.el` file is newer than its corresponding `.elc`, load the `.el`.
|
|
|
|
|
| |
Some magic bootstrapping code is provided by `straight.el` which is
necessary to get it installed in the first place.
|
|
|
|
|
|
| |
By default, Emacs creates an `auto-save-list/` directory in `.emacs.d`.
Since we're not saving those auto-saves, there's no need for there to be
a directory for them.
|
| |
|
|
|
|
|
|
|
| |
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`.
|
|
|
|
|
| |
I hate seeing a bunch of `FILES~` and `#FILES#` laying around
everywhere. This disables them completely (I think).
|
|
|