diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2024-03-29 08:57:02 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2024-03-29 08:57:02 +0100 |
commit | f5bb64cca8a63a10c470b4f9bff647702b6de74c (patch) | |
tree | ae814ad95cd5e1e187360c1d47717bc3cfdafe1c | |
parent | ad9537065a9951faf62b566a478f0670b10955eb (diff) | |
download | searxng-f5bb64cca8a63a10c470b4f9bff647702b6de74c.tar.gz searxng-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-- | .gitignore | 1 |
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 |