From bc75732b9d37b77945a977ee9f7892cf6efc79c3 Mon Sep 17 00:00:00 2001 From: Szymon Szukalski Date: Thu, 9 Apr 2026 10:53:27 +1000 Subject: Refactor Emacs config into modules --- .gitignore | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a0dc500..f92fa53 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,16 @@ -# Keep the repository focused on the literate source and project docs. +# Keep the repository focused on the modular source and project docs. /* !/.gitignore !/AGENTS.md !/README.md -!/config.org +!/early-init.el +!/init.el !/abbrev_defs !/reset -!/build !/name-dictionary.el +!/lisp/ +!/lisp/** +/lisp/*.elc !/docs/ !/docs/plans/ +!/docs/plans/** -- cgit v1.2.3