dotfiles/emacs/.emacs.d/elpa/llama-20260601.1455/.dir-locals.el

9 lines
235 B
EmacsLisp
Raw Normal View History

((nil
(indent-tabs-mode . nil))
(emacs-lisp-mode
(lisp-indent-local-overrides . ((cond . 0) (interactive . 0))))
(makefile-mode
(indent-tabs-mode . t))
(git-commit-mode
(git-commit-major-mode . git-commit-elisp-text-mode)))