#+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~.