summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2024-03-29 08:57:02 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2024-03-29 08:57:02 +0100
commitf5bb64cca8a63a10c470b4f9bff647702b6de74c (patch)
treeae814ad95cd5e1e187360c1d47717bc3cfdafe1c
parentad9537065a9951faf62b566a478f0670b10955eb (diff)
downloadsearx-f5bb64cca8a63a10c470b4f9bff647702b6de74c.tar.gz
searx-f5bb64cca8a63a10c470b4f9bff647702b6de74c.zip
[fix] .dir-locals.el -> .dir-locals-template.el
The settungs in the .dir-locals.el do not work well for every emacs setup: Add .dir-locals.el to the git-ignore list and move content to a template file. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-rw-r--r--.dir-locals-template.el (renamed from .dir-locals.el)0
-rw-r--r--.gitignore1
2 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals-template.el
index 1e319357a..1e319357a 100644
--- a/.dir-locals.el
+++ b/.dir-locals-template.el
diff --git a/.gitignore b/.gitignore
index f50a65be0..47ad50ac9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@ gh-pages/
.idea/
searx/version_frozen.py
+.dir-locals.el \ No newline at end of file