From 1bec330db7c16677c324b0d8633552a8231144e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastien=20Rivi=C3=A8re?= Date: Tue, 14 Jan 2025 17:57:52 +0100 Subject: [PATCH] Delete .dir-locals.el --- .dir-locals.el | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .dir-locals.el diff --git a/.dir-locals.el b/.dir-locals.el deleted file mode 100644 index 7b09ed2..0000000 --- a/.dir-locals.el +++ /dev/null @@ -1,5 +0,0 @@ -;;; Directory Local Variables -*- no-byte-compile: t -*- -;;; For more information see (info "(emacs) Directory Variables") - -((auto-mode-alist . (("\\.keymap\\'" . c-mode))) - (c-mode . ((tab-width . 4))))