summaryrefslogtreecommitdiffhomepage
path: root/readme.org
blob: 01d814dbe506359c9ee59240c7f3ee770a59c018 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#+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-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~, some of them (in the [[file:attic/orgs/][orgs subdir]]) using a literate babel org
format i used to use.