Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `eshell/` to `.gitignore` | Mountain Man | 2023-05-29 | 1 | -0/+1 |
| | |||||
* | Add `.cache/` to `.gitignore` | Mountain Man | 2023-05-22 | 1 | -0/+1 |
| | |||||
* | * .gitignore: | Mountain Man | 2023-05-16 | 1 | -0/+1 |
| | | | | | | | Move `org-roam.db` back to `~/.emacs.d/` It wasn't the best of ideas to sync `org-roam.db` between all my computers apparently. I'll just move it back before anyone notices. | ||||
* | Add various thing to `.gitignore` | Mountain Man | 2023-05-16 | 1 | -0/+3 |
| | |||||
* | Add `projectile-known-files.eld` and `projectile.cache` to `.gitignore` | Mountain Man | 2023-05-15 | 1 | -0/+2 |
| | |||||
* | Modify .gitignore | Mountain Man | 2023-05-06 | 1 | -0/+2 |
| | |||||
* | Add `straight/` to `.gitignore` | Mountain Man | 2023-04-15 | 1 | -0/+1 |
| | |||||
* | Add `eln-cache/` directory to `.gitignore` | Mountain Man | 2023-04-09 | 1 | -0/+1 |
| | |||||
* | Don't create the `auto-save-list` directory | Mountain Man | 2023-04-09 | 1 | -0/+0 |
By default, Emacs creates an `auto-save-list/` directory in `.emacs.d`. Since we're not saving those auto-saves, there's no need for there to be a directory for them. |