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.
|
2 weeks ago | |
---|---|---|
attic | 3 months ago | |
custom | 2 weeks ago | |
data | 5 months ago | |
lib | 2 weeks ago | |
.gitignore | 8 months ago | |
init.el | 2 weeks ago | |
readme.org | 5 months ago |
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.