From 2ad65c20846a678de3e7924205c2ac0c1d718ef8 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Fri, 20 Jun 2025 10:55:24 +0200 Subject: [PATCH] exclude early-init.el from repo as generated --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 84524f2..fc68c2d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ !snippets !snippets/** !abbrev_defs +/early-init.el