Simplified emacs setup and made it default

This commit is contained in:
Olaf
2026-01-26 18:07:11 +01:00
parent add16d36f3
commit 353e1373b8
7 changed files with 83 additions and 1624 deletions

View File

@@ -9,8 +9,4 @@
# text = githubPublicKey;
# };
# Initializes Emacs with org-mode so we can tangle the main config
".emacs.d/init.el" = {
text = builtins.readFile ../shared/config/emacs/init.el;
};
}