blob: e03358d927af11ab2a013eea3541a3b113451bbd (
plain) (
blame)
| 1
2
3
4
5
6
7
8
 | # {{ ansible_managed }}
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
        name = {{ emacsconf_name }}
        email = {{ emacsconf_email }}
[push]
        default = simple
 |