File: .dir-locals.el

package info (click to toggle)
emacs-git-modes 1.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 200 kB
  • sloc: lisp: 568; makefile: 54
file content (6 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
((nil
  (indent-tabs-mode . nil))
 (makefile-mode
  (indent-tabs-mode . t))
 (git-commit-mode
  (git-commit-major-mode . git-commit-elisp-text-mode)))