From d7dee82420a04e5c92e5b5ad316e14a49bd4d689 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 5 Oct 2020 23:38:06 -0400 Subject: Move GNU Emacs configs from ./ into .emacs.d/ I will be using the repository to store my configurations for other non-Emacs pieces of software. The repository itself will be located at ~/ rather than ~/.emacs.d/. --- etc/.dir-locals.el | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 etc/.dir-locals.el (limited to 'etc/.dir-locals.el') diff --git a/etc/.dir-locals.el b/etc/.dir-locals.el deleted file mode 100644 index e007adb..0000000 --- a/etc/.dir-locals.el +++ /dev/null @@ -1,4 +0,0 @@ -;;; Directory Local Variables -;;; For more information see (info "(emacs) Directory Variables") - -((emacs-lisp-mode . ((flycheck-disabled-checkers . (emacs-lisp-checkdoc))))) -- cgit v1.2.3-83-g751a