Adding a Session REPL to the Literate Mode

This commit is contained in:
Howard Abrams 2024-11-05 19:48:38 -08:00
parent d60de45141
commit 77fd8f3bcb
2 changed files with 3 additions and 2 deletions

View file

@ -458,7 +458,7 @@ Displaying a File with:
All options? Should I use Common Lisps =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.

View file

@ -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