Adding a Session REPL to the Literate Mode
This commit is contained in:
		
							parent
							
								
									d60de45141
								
							
						
					
					
						commit
						77fd8f3bcb
					
				
					 2 changed files with 3 additions and 2 deletions
				
			
		|  | @ -458,7 +458,7 @@ Displaying a File with: | ||||||
| 
 | 
 | ||||||
| All options? Should I use Common Lisp’s =cl-defun= for the keyword parameters? | 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 |   (cl-defun ha-demo-show-file (filename &key position size modeline | ||||||
|                                         line heading shift commands) |                                         line heading shift commands) | ||||||
|     "Show a file, FILENAME, in a buffer based on keyed parameters. |     "Show a file, FILENAME, in a buffer based on keyed parameters. | ||||||
|  |  | ||||||
|  | @ -2,7 +2,7 @@ | ||||||
| #+author: Howard Abrams | #+author: Howard Abrams | ||||||
| #+date:   2024-07-07 | #+date:   2024-07-07 | ||||||
| #+filetags: emacs hamacs | #+filetags: emacs hamacs | ||||||
| #+lastmod: [2024-10-29 Tue] | #+lastmod: [2024-11-05 Tue] | ||||||
| 
 | 
 | ||||||
| A literate programming file for literate programming in Emacs Org Files. | 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")) |       ("T" org-babel-detangle "from File")) | ||||||
|      "Misc" |      "Misc" | ||||||
|      (("e" avy-org-babel-edit-src-block "Edit Block ") |      (("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")))) |       ("v" ha-org-babel-tangle-visit-file "Visit Tangled")))) | ||||||
| #+end_src | #+end_src | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue