aboutsummaryrefslogtreecommitdiffstats
path: root/dotfiles.mk
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-01-14 00:13:00 -0800
committerGravatar Tom Willemse2022-01-14 00:13:00 -0800
commit5e9c6362e4fc90cab5031e6c6b82bffa8fde6ca6 (patch)
treea6b63d514660a80bced39809de7d3fe9c0d07a3b /dotfiles.mk
parent976a2c7c284aadcdba3fd4505a7dea19fe48e7d5 (diff)
downloadnew-dotfiles-5e9c6362e4fc90cab5031e6c6b82bffa8fde6ca6.tar.gz
new-dotfiles-5e9c6362e4fc90cab5031e6c6b82bffa8fde6ca6.zip
Add shepherd configuration with Emacs service
Diffstat (limited to 'dotfiles.mk')
-rw-r--r--dotfiles.mk12
1 files changed, 0 insertions, 12 deletions
diff --git a/dotfiles.mk b/dotfiles.mk
deleted file mode 100644
index 50b64a3..0000000
--- a/dotfiles.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-EMACS = /usr/bin/emacs
-SCHEME_IMPLEMENTATION = guile
-
-define tangle =
- @echo -e "\e[35mOBT\e[0m" $<
- @$(EMACS) -batch \
- -eval "(package-initialize)" \
- -load ob-tangle \
- -eval "(setq sh-make-vars-local nil)" \
- -eval "(setq geiser-default-implementation '$(SCHEME_IMPLEMENTATION))" \
- -eval "(org-babel-tangle-file \"$<\" \"$(notdir $@)\" \"$(1)\")"
-endef