summaryrefslogtreecommitdiffhomepage
path: root/readme.org
blob: 4614cb659352a66363f5f2c958a4ce46183738e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#+title: Emacs configuration and personal packages

- [[./init.el][init.el]]: main init file; it uses (besides ELPA packages loaded via
  ~use-package~), my unpackaged libraries in [[./lib][lib]], and loads on demand
  the other custom files below.

- [[./custom/jao-custom-completion.el][custom/jao-custom-completion.el]]: completion setup using vertico,
  consult and friends.
- [[./custom/jao-custom-org.el][custom/jao-custom-org.el]] org mode configuration.
- [[./custom/jao-custom-blog.el][custom/jao-custom-blog.el]]: blogging using org-static-blog.
- [[./custom/jao-custom-email.el][custom/jao-custom-email.el]]: generic email handling in emacs.
- [[./custom/jao-custom-gnus.el][custom/jao-custom-gnus.el]]: gnus-specific configuration.
- [[./custom/jao-custom-notmuch.el][custom/jao-custom-notmuch.el]]: notmuch-specific configuration.
- [[./custom/jao-custom-eww.el][custom/jao-custom-eww.el]]: browsing with eww.
- [[./custom/jao-custom-exwm.el][custom/jao-custom-exwm.el]]: configuration for exwm.

The [[./attic][attic]] contains other configuration files not currently used by ~init.el~.