From 9b4283e142006014d90ca4d34029be0b761c3816 Mon Sep 17 00:00:00 2001 From: John Turner Date: Fri, 7 Oct 2022 03:17:37 -0400 Subject: [PATCH] moved dir-locals out of the init dir --- .gitignore | 5 ++--- {init/dir-locals => dir-locals}/eglot-dir-locals.el | 0 2 files changed, 2 insertions(+), 3 deletions(-) rename {init/dir-locals => dir-locals}/eglot-dir-locals.el (100%) diff --git a/.gitignore b/.gitignore index 5a5c333..28844e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,8 @@ /* !/.gitignore !/init.el -!/load-config.el -!/load-lisp.el !/custom.el !/themes !/init -!/lisp \ No newline at end of file +!/lisp +!/dir-locals \ No newline at end of file diff --git a/init/dir-locals/eglot-dir-locals.el b/dir-locals/eglot-dir-locals.el similarity index 100% rename from init/dir-locals/eglot-dir-locals.el rename to dir-locals/eglot-dir-locals.el