[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/code-cells c2820dcf99: Fix typo
From: |
ELPA Syncer |
Subject: |
[elpa] externals/code-cells c2820dcf99: Fix typo |
Date: |
Fri, 9 Aug 2024 06:57:39 -0400 (EDT) |
branch: externals/code-cells
commit c2820dcf99ec2fdb0130daddc37f3fb48611fb8b
Author: Augusto Stoffel <arstoffel@gmail.com>
Commit: Augusto Stoffel <arstoffel@gmail.com>
Fix typo
Closes #30.
---
README.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
index f38e5d6f74..28d0608c1c 100644
--- a/README.org
+++ b/README.org
@@ -157,7 +157,7 @@ For markdown, use the following:
#+begin_src emacs-lisp
(setq code-cells-convert-ipynb-style '(("jupytext" "--to" "ipynb" "--from"
"markdown")
("jupytext" "--to" "markdown"
"--from" "ipynb")
- (lamdba () #'markdown-mode)))
+ (lambda () #'markdown-mode)))
#+end_src
To edit ipynb files as org documents, try using
[[https://pandoc.org/][Pandoc]] with the
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/code-cells c2820dcf99: Fix typo,
ELPA Syncer <=