My personal Emacs configuration
Find a file
Evie Litherland-Smith 74bbe0578f Guard against loading invalid config files
Ensure that config org-mode files don't contain "#" in the filename
when looping to call org-babel-load-file. These files only exist if a
file has unsaved changes, but directory-files will still find them as
.org files and attempt to load

Move package-archive definition and priorities into start of init.el,
since everything else actually depends on that (somewhat)
2024-04-05 15:22:48 +01:00
banners Add a collection of emacs banners for dashboard 2024-03-01 07:40:33 +00:00
config Guard against loading invalid config files 2024-04-05 15:22:48 +01:00
.gitignore Enable org-journal cache 2024-04-04 14:58:52 +01:00
diary Remove remaining diary entries, replace with org-agenda files 2024-03-11 15:13:22 +00:00
font-showcase.org Add legibility test to font-showcase 2024-03-04 17:26:34 +00:00
init.el Guard against loading invalid config files 2024-04-05 15:22:48 +01:00
README.org Update wording in README for clone location 2024-02-17 19:39:50 +00:00
templates Add poetryoverride template, add link to edgecases to poetryshell 2024-04-03 07:58:42 +01:00

Emacs Config

Personal Emacs config.

Clone to ~/.config/emacs/ (or ~/.emacs.d/).

TODO Fill out README