1
0
Fork 0

[oni-org] Fix indentation

This commit is contained in:
Tom Willemse 2024-07-01 15:07:54 -07:00
parent 15181c50d1
commit f9ff0da907

View file

@ -104,7 +104,7 @@
(goto-char (1- header-end))
(insert "#+STARTUP: inlineimages\n")))))
(defun oni-org-document-remove-inline-images-startup ()
(defun oni-org-document-remove-inline-images-startup ()
"Remove a line to the current org buffer that will make it load images inline."
(interactive)
(unless (derived-mode-p 'org-mode)