diff options
author | jdlugosz963 <jdlugosz963@gmail.com> | 2023-07-02 15:07:07 +0200 |
---|---|---|
committer | jdlugosz963 <jdlugosz963@gmail.com> | 2023-07-02 15:07:07 +0200 |
commit | 6156f86dd5797de5ea4f912b70d38963c6cf4ad4 (patch) | |
tree | d578204262209695d995e3f639076e91dcb85354 /.emacs.d/.gitignore | |
parent | ef565a486511cbbb86e0d1f80264b3b57d2ac88a (diff) | |
download | dotfiles-6156f86dd5797de5ea4f912b70d38963c6cf4ad4.tar.gz dotfiles-6156f86dd5797de5ea4f912b70d38963c6cf4ad4.zip |
New Emacs config and change location of Emacs home dir.
Diffstat (limited to '.emacs.d/.gitignore')
-rw-r--r-- | .emacs.d/.gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.emacs.d/.gitignore b/.emacs.d/.gitignore new file mode 100644 index 0000000..d3d6223 --- /dev/null +++ b/.emacs.d/.gitignore | |||
@@ -0,0 +1,9 @@ | |||
1 | auto-save-list/ | ||
2 | eln-cache/ | ||
3 | elpa/ | ||
4 | eshell/ | ||
5 | transient/ | ||
6 | ido.last | ||
7 | projectile-bookmarks.eld | ||
8 | projects | ||
9 | session.* \ No newline at end of file | ||