diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-29 08:59:15 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-29 08:59:15 -0700 |
commit | 80d30f549f0701a89de546a62910d1958195c102 (patch) | |
tree | ecf3772952ad97d3dc1a008b0ee56944080f4a41 /.gitignore | |
parent | my-text: enable goto-address-mode (diff) | |
download | emacs.d-80d30f549f0701a89de546a62910d1958195c102.tar.gz |
don't specify where to write Emacs files
We don't care, as long as these files are ignored in `.gitignore' it does not matter where we write them.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f6b19cc..f32de7a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /emacs/transient/ /emacs/eshell/ /emacs/forge-database.sqlite +/emacs/url/ |