Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
jao
/
emacs-config
mirror of
https://codeberg.org/jao/elibs.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
No Description
1828
Commits
1
Branches
0
Releases
Branch:
main
Branches
Tags
main
emacs-config
HTTPS
SSH
ZIP
TAR.GZ
jao
320cb06bfe
themes: a couple of forge faces
1 week ago
attic
418212e4eb
Revert "{if,when}-let deprecation in emacs 31"
4 months ago
custom
9ec9b8d159
gnus: more tweaking of arxiv imports
1 week ago
data
af63540b8d
foot now uses correct font sizes
1 year ago
lib
320cb06bfe
themes: a couple of forge faces
1 week ago
.gitignore
200692bb1f
desorgification
2 years ago
init.el
f3a09bdecc
circe nits
1 week ago
readme.org
36f316b7ab
readme
1 year ago
readme.org
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
: 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
.