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

Emacs

2523 readers
12 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
[โ€“] bunitor@lemmy.eco.br 1 points 5 months 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).

[โ€“] davel@lemmy.ml 3 points 5 months ago
$ cat ~/.emacs.d/.gitignore 
/auto-save-list/
/elpa/
/init.el~
/transient
/org-roam.db
/.org-id-locations
$