From 471dda6bbc6e230691bf182dc9deef763bd3bb84 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Sat, 13 Feb 2021 15:55:06 +0100 Subject: [PATCH] Remove Emacs config file from repository MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It turns out I’m not using this as much as I expected — and I can configure it in other ways if needed. --- .dir-locals.el | 3 --- Cargo.toml | 1 - 2 files changed, 4 deletions(-) delete mode 100644 .dir-locals.el diff --git a/.dir-locals.el b/.dir-locals.el deleted file mode 100644 index 6ade191..0000000 --- a/.dir-locals.el +++ /dev/null @@ -1,3 +0,0 @@ -((nil - (bug-reference-bug-regexp . "#\\(?2:[0-9]+\\)") - (bug-reference-url-format . "https://github.com/mgeisler/version-sync/issues/%s"))) diff --git a/Cargo.toml b/Cargo.toml index a88a43c..8dbad37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,6 @@ readme = "README.md" keywords = ["version"] categories = ["development-tools", "rust-patterns"] license = "MIT" -exclude = [".dir-locals.el"] edition = "2018" [badges]