Tweak script-fu-mode config headings a lil bit

This commit is contained in:
2025-01-08 13:30:37 +00:00
parent 20e426dc69
commit 4772b39a1c

View File

@@ -1200,7 +1200,7 @@
I should probably extract this and make a standalone package out of I should probably extract this and make a standalone package out of
it and stick it on Melpa at some point. it and stick it on Melpa at some point.
*** REPL Mode *** REPL
The Script-Fu server request format is very simple: The Script-Fu server request format is very simple:
| Bytes | Description | | Bytes | Description |
@@ -1255,7 +1255,7 @@
The response format is similarly simple: The response format is similarly simple:
| Bytes | Content | | Bytes | Description |
|-------+-----------------------------------------| |-------+-----------------------------------------|
| 0 | 'G' magic byte (47h) | | 0 | 'G' magic byte (47h) |
| 1 | Status code -- 0 on success, 1 on error | | 1 | Status code -- 0 on success, 1 on error |
@@ -1321,7 +1321,7 @@
buffer)) buffer))
#+end_src #+end_src
*** Code Editing Mode *** Code Editing
With the client stuff done, we can define the code editing mode: With the client stuff done, we can define the code editing mode:
#+begin_src emacs-lisp #+begin_src emacs-lisp