Browse Source

[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>
Markus Heiser 1 year ago
parent
commit
f5bb64cca8
2 changed files with 1 additions and 0 deletions
  1. 0 0
      .dir-locals-template.el
  2. 1 0
      .gitignore

+ 0 - 0
.dir-locals.el → .dir-locals-template.el


+ 1 - 0
.gitignore

@@ -23,3 +23,4 @@ gh-pages/
 .idea/
 
 searx/version_frozen.py
+.dir-locals.el