summaryrefslogtreecommitdiffstats
path: root/functions.mk
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-12-19 22:13:32 +0100
committerGravatar Tom Willemse2014-12-19 22:13:32 +0100
commit9a4067a8c6386eb82a63b0210310ec954ac8d382 (patch)
treee625d0feede48a4956b8f970b68a711205f80a64 /functions.mk
parent28aae66e28f82d24b59170f5e802f18f61391869 (diff)
downloaddotfiles-9a4067a8c6386eb82a63b0210310ec954ac8d382.tar.gz
dotfiles-9a4067a8c6386eb82a63b0210310ec954ac8d382.zip
Add literate mailcap config
Diffstat (limited to 'functions.mk')
-rw-r--r--functions.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/functions.mk b/functions.mk
new file mode 100644
index 0000000..ba610f1
--- /dev/null
+++ b/functions.mk
@@ -0,0 +1,3 @@
+define tangle =
+emacs -Q -batch -l "ob-tangle" -eval "(org-babel-tangle-file \"$<\")"
+endef