Skip to content

Commit 2246f59

Browse files
authored
Fix closing src tag in TUTORIAL.org (#767)
Should use `#+end_src` instead of `#+end` for closing tag.
1 parent ff5315b commit 2246f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TUTORIAL.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Example:
1313

1414
;; or bind it to the function directly
1515
(setq meow--kbd-forward-char #'forward-char)
16-
#+END
16+
#+END_SRC
1717

1818
* Keybindings Cheat Sheet
1919

0 commit comments

Comments
 (0)