aboutsummaryrefslogtreecommitdiffstats
path: root/shepherd
Commit message (Collapse)AuthorAgeFilesLines
* [shepherd] Fix init fileGravatar Tom Willemse2022-05-101-7/+22
| | | | | ‘current-filename’ is the real file name of the file, not the symbolic link that it's accessed through, so any relative references will be wrong.
* [shepherd] Ignore generated init.scmGravatar Tom Willemse2022-03-011-0/+1
|
* Update GNUmakefileGravatar Tom Willemse2022-01-301-0/+0
| | | | | | | | | | | | | | | | | | | | | | | - Add the ‘dunst’, ‘zsh’, ‘mcron’, and ‘mbsync’ modules. - Tell Make that any ‘*.el’ files ar “precious”, meaning that when a ‘.elc’ file was generated from a ‘.el’ file that was itself generated from a ‘.org’ file, the ‘.el’ file isn't just an intermediate file and should not be deleted. - Change the ‘install’ and ‘clean’ to use the ‘*-stow’ and ‘*-clean’ rules set up for each module. - Add configuration for ‘outline-minor-mode’ and change the headings to adhere to that configuration. - Stop using the ‘build/’ directory, tangle all the files to the same directory as the source files, and use stow, not cp, to install them. The only exception is the XDG files, which now have their specific ‘xdg-stow’ rule. This is necessary because programs using these files will overwrite a symbolic link they find and replace it with a new file, overwriting my settings. - Add some files that were missing, and rename some files to follow the existing convention to make them easy to tangle.
* Add shepherd configuration with Emacs serviceGravatar Tom Willemse2022-01-141-0/+13