aboutsummaryrefslogtreecommitdiffstats
path: root/dotfiles.mk
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-10-19 21:00:03 +0200
committerGravatar Tom Willemse2016-10-19 21:00:03 +0200
commitb49b0f4ec57f681594e0cd5277ce141758d4a94e (patch)
tree01644a4429491ce10fc29e80e1f041d467787e18 /dotfiles.mk
parent83dff80d0b143f116a2493df9c4c77729fae51ee (diff)
downloadnew-dotfiles-b49b0f4ec57f681594e0cd5277ce141758d4a94e.tar.gz
new-dotfiles-b49b0f4ec57f681594e0cd5277ce141758d4a94e.zip
Fix typo
Diffstat (limited to 'dotfiles.mk')
-rw-r--r--dotfiles.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles.mk b/dotfiles.mk
index 36eb217..30d4afd 100644
--- a/dotfiles.mk
+++ b/dotfiles.mk
@@ -3,7 +3,7 @@ EMACS = /usr/bin/emacs
define tangle =
@echo -e "\e[35mOBT\e[0m" $<
@$(EMACS) -batch \
- -eval "(package-initialize)"\
+ -eval "(package-initialize)" \
-load ob-tangle \
-eval "(org-babel-tangle-file \"$<\" \"$(notdir $@)\" \"$(1)\")"
endef