Go to file
opfez 271a5cedb6 improve fez/flash-region, remove string syntax highlighting 2021-06-13 12:11:06 +02:00
backups add backups directory, add readme 2021-05-16 17:58:59 +02:00
themes improve fez/flash-region, remove string syntax highlighting 2021-06-13 12:11:06 +02:00
.gitignore add fez/insert-keybind, gitignore 2021-05-21 11:11:17 +02:00
UNLICENSE add UNLICENSE to allow people to use my stuffs 2021-06-03 11:40:37 +02:00
custom.el improve fez/flash-region, remove string syntax highlighting 2021-06-13 12:11:06 +02:00
essential.el add some stuff for org-capture, move disabling custom-variables 2021-05-17 18:01:52 +02:00
init.el add fez/show-kill-ring, disable prettify-symbols-mode 2021-05-29 18:23:50 +02:00
packages.el clean up 2021-06-06 21:38:04 +02:00
readme add backups directory, add readme 2021-05-16 17:58:59 +02:00
tweaks.el improve fez/flash-region, remove string syntax highlighting 2021-06-13 12:11:06 +02:00

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.