NanoooK@sh.itjust.works to Emacs@lemmy.mlEnglish · 1 month agoEmacs: a basic and capable configurationprotesilaos.comexternal-linkmessage-square6fedilinkarrow-up113arrow-down10
arrow-up113arrow-down1external-linkEmacs: a basic and capable configurationprotesilaos.comNanoooK@sh.itjust.works to Emacs@lemmy.mlEnglish · 1 month agomessage-square6fedilink
minus-squarebeleza puralinkfedilinkarrow-up1·1 month 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·1 month 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 $