You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 months ago | |
---|---|---|
backups | 1 year ago | |
elisp | 6 months ago | |
themes | 11 months ago | |
.gitignore | 1 year ago | |
UNLICENSE | 12 months ago | |
custom.el | 6 months ago | |
essential.el | 6 months ago | |
init.el | 8 months ago | |
packages.el | 7 months ago | |
readme | 1 year ago | |
tweaks.el | 6 months ago |
readme
This is my emacs configuration.
Files:
- init.el: Entrypoint. This file loads all other files and has some settings of
its own.
- essential.el: This file contains the stuff that should be loaded first and
that I probably will never change (apart from the theme, maybe). It also
contains startup configuration for the package manager.
- packages.el: All the packages required by the configuration. They are managed
with use-package.
- tweaks.el: Mostly just tweaks correcting the (many) horrible defaults of
GNU Emacs. Also contains some improvements I doubt I will remove.
- custom.el: Contains keybinds and custom functions.