diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2026-01-01 12:48:09 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2026-01-01 12:48:09 +0100 |
| commit | 16af87c3457c02ee19d45e999cd5365bbf6510ac (patch) | |
| tree | 55c9853d24aba7f9f7b97aecafe8f5f4139b07e8 /.dir-locals.el | |
| parent | 6ac010ff9e3324ba82b63f8bf9f0e4abc7b3b9ce (diff) | |
Set copyright-names-regexp
Diffstat (limited to '.dir-locals.el')
| -rw-r--r-- | .dir-locals.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index aff6808..355a44a 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,5 +1,7 @@ ((nil - (indent-tabs-mode . nil)) + (indent-tabs-mode . nil) + (copyright-names-regexp + . "\\(?:Jonas Bernoulli\\|Free Software Foundation, Inc\\.\\)")) (makefile-mode (indent-tabs-mode . t)) (git-commit-mode |
