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

Emacs

2518 readers
5 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
[–] davel@lemmy.ml 2 points 5 months ago* (last edited 5 months ago) (1 children)

I’m far from an Emacs expert. If you say so, I believe you.

One reason I do it is because I made ~/.emacs.d a git repo.

[–] 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
$