|
||
---|---|---|
attic | ||
custom | ||
data | ||
lib | ||
.gitignore | ||
init.el | ||
readme.org |
readme.org
Emacs configuration and personal packages
- init.el: main init file; it uses (besides ELPA packages loaded via
use-package
), my unpackaged libraries in lib, and loads on demand the other custom files below. - custom/jao-custom-completion.el: completion setup using vertico, consult and friends.
- custom/jao-custom-org.el org mode configuration.
- custom/jao-custom-blog.el: blogging using org-static-blog.
- custom/jao-custom-email.el: generic email handling in emacs.
- custom/jao-custom-gnus.el: gnus-specific configuration.
- custom/jao-custom-notmuch.el: notmuch-specific configuration.
- custom/jao-custom-eww.el: browsing with eww.
- custom/jao-custom-exwm.el: configuration for exwm.
The attic contains other configuration files not currently used by init.el
,
some of them (in the attic/org subdir) using a literate babel org format i
used to use.