From 77fd8f3bcb971ed7cfcd831578374c1f238e028b Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Tue, 5 Nov 2024 19:48:38 -0800 Subject: [PATCH] Adding a Session REPL to the Literate Mode --- ha-demos.org | 2 +- ha-org-literate.org | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ha-demos.org b/ha-demos.org index 6257738..bf73723 100644 --- a/ha-demos.org +++ b/ha-demos.org @@ -458,7 +458,7 @@ Displaying a File with: All options? Should I use Common Lisp’s =cl-defun= for the keyword parameters? -#+BEGIN_SRC emacs-lisp :tangle no +#+BEGIN_SRC emacs-lisp (cl-defun ha-demo-show-file (filename &key position size modeline line heading shift commands) "Show a file, FILENAME, in a buffer based on keyed parameters. diff --git a/ha-org-literate.org b/ha-org-literate.org index 9d6eda5..5a52d8c 100644 --- a/ha-org-literate.org +++ b/ha-org-literate.org @@ -2,7 +2,7 @@ #+author: Howard Abrams #+date: 2024-07-07 #+filetags: emacs hamacs -#+lastmod: [2024-10-29 Tue] +#+lastmod: [2024-11-05 Tue] A literate programming file for literate programming in Emacs Org Files. @@ -872,6 +872,7 @@ With a lovely collection of functions, we need to have a way to easily call them ("T" org-babel-detangle "from File")) "Misc" (("e" avy-org-babel-edit-src-block "Edit Block ") + ("s" org-babel-pop-to-session-maybe "Session REPL") ("v" ha-org-babel-tangle-visit-file "Visit Tangled")))) #+end_src