Commit graph

6 commits

Author SHA1 Message Date
Marien Zwart
672c49d8ac
Fix a few byte-compilation errors 2024-03-18 23:53:14 +11:00
Marien Zwart
9d34ae17a5
Clean up straight install
We were installing bootstrap.el, install.el and indent.el. The former
two would have undesirable side effects if loaded, the latter shadows a
built-in library.
2024-03-18 22:33:18 +11:00
Marien Zwart
68f5e44763
Fix auctex-dependent packages 2024-03-18 21:24:22 +11:00
Marien Zwart
f1290f2f69
Fix a doom-snippets snippet shadowing default.el 2024-03-06 00:11:34 +11:00
Marien Zwart
c50ceed902
Fix :files handling
Exposes what I think is a pre-existing problem with too many directories
getting added to load-path, because we now install a directory
containing a file named "default" that was previously omitted.
2024-03-05 22:23:40 +11:00
Marien Zwart
f2858f01a0
Split custom elisp packages to their own file 2024-03-04 15:18:20 +11:00