emacs.g/.dir-locals.el
2023-05-22 20:05:01 +02:00

10 lines
259 B
EmacsLisp

(
(auto-mode-alist
("\\.\\(borgconfig\\|gitremotes\\)\\'" . gitconfig-mode))
(git-commit-mode
(git-commit-major-mode . git-commit-elisp-text-mode))
("lib/undo-tree"
(emacs-lisp-mode
(outline-regexp . ";;;\\(;* [^=\t\n]\\|###autoload\\)\\|(")))
)