Codebase list magit / lintian-fixes/main .dir-locals.el
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

.dir-locals.el @lintian-fixes/mainraw · history · blame

1
2
3
4
5
6
((emacs-lisp-mode
  (indent-tabs-mode . nil))
 (makefile-gmake-mode
  (outline-regexp . "##"))
 (git-commit-mode
  (git-commit-major-mode . git-commit-elisp-text-mode)))