Fix typo
This commit is contained in:
parent
e878b58967
commit
0857027a90
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ define tangle =
|
|||
@$(EMACS) -batch \
|
||||
-eval "(package-initialize)"\
|
||||
-load ob-tangle \
|
||||
-eval "(org-babel-tangle-file \"\$<\" \"$(notdir $@)\" \"$(1)\")"
|
||||
-eval "(org-babel-tangle-file \"$<\" \"$(notdir $@)\" \"$(1)\")"
|
||||
endef
|
||||
|
|
Loading…
Reference in a new issue