diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-22 11:58:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-22 11:58:01 -0400 |
commit | 7da4df0320277e1b3561940e582d5bc4b67df1b1 (patch) | |
tree | fc3b4c6c9add00dd1d7faa1321245b028ee579ce /.gitignore | |
parent | Stop starting Emacs server in the init file (diff) | |
parent | Limit `which-key` height to 5 lines to match `vertico` (diff) | |
download | mmosmacs-7da4df0320277e1b3561940e582d5bc4b67df1b1.tar.gz mmosmacs-7da4df0320277e1b3561940e582d5bc4b67df1b1.tar.bz2 mmosmacs-7da4df0320277e1b3561940e582d5bc4b67df1b1.zip |
Merge `create-development-environment` branch to `stable` branch
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ | |||
1 | auto-save-list/ | 1 | auto-save-list/ |
2 | bookmarks | 2 | bookmarks |
3 | .cache/ | ||
3 | eln-cache/ | 4 | eln-cache/ |
4 | org-roam.db | 5 | org-roam.db |
5 | projectile.cache | 6 | projectile.cache |