diff options
author | colin <colin@cicadas.surf> | 2024-05-30 05:59:52 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2024-05-30 05:59:52 -0700 |
commit | 8a10dcddf799087f1182e6595bdae592556ee3f0 (patch) | |
tree | 052662b5d013e1ef30499f8616f34537e36e5eea /init-el.org | |
parent | 36e75ee35f3aa8d0a602e1c7b9efd584d0bc88db (diff) |
Fix: src block flavor misnamed
Diffstat (limited to 'init-el.org')
-rw-r--r-- | init-el.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init-el.org b/init-el.org index 26f0a64..5a604c0 100644 --- a/init-el.org +++ b/init-el.org @@ -1484,7 +1484,7 @@ libraries should be available ** Export Emacs Buffer #+name: buffer-export-config -#+begin_src emacs-lisp +#+begin_src elisp :noweb no-export (defun screenshot-svg (filename) "Save a screenshot of the current frame as an SVG image. Saves to a temp file and puts the filename in the kill ring." |