this post was submitted on 30 Nov 2024
14 points (100.0% liked)

Emacs

2281 readers
1 users here now

Our infinitely powerful editor.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 1 month ago (1 children)

I made ~/.emacs.d a git repo.

ooh, interesting. though i'm a bit squeamish about mixing tracked content and "build artifacts" (in this case, installed packages).

[โ€“] [email protected] 3 points 1 month ago
$ cat ~/.emacs.d/.gitignore 
/auto-save-list/
/elpa/
/init.el~
/transient
/org-roam.db
/.org-id-locations
$