NanoooK@sh.itjust.works to Emacs@lemmy.mlEnglish · 3 months agoEmacs: a basic and capable configurationprotesilaos.comexternal-linkmessage-square6fedilinkarrow-up112arrow-down10
arrow-up112arrow-down1external-linkEmacs: a basic and capable configurationprotesilaos.comNanoooK@sh.itjust.works to Emacs@lemmy.mlEnglish · 3 months agomessage-square6fedilink
minus-squarebeleza pura@lemmy.eco.brlinkfedilinkarrow-up1·3 months ago 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).
minus-squaredavel [he/him]@lemmy.mllinkfedilinkarrow-up3·3 months ago$ cat ~/.emacs.d/.gitignore /auto-save-list/ /elpa/ /init.el~ /transient /org-roam.db /.org-id-locations $
ooh, interesting. though i’m a bit squeamish about mixing tracked content and “build artifacts” (in this case, installed packages).
$ cat ~/.emacs.d/.gitignore /auto-save-list/ /elpa/ /init.el~ /transient /org-roam.db /.org-id-locations $