[oni-org] Fix indentation
This commit is contained in:
parent
15181c50d1
commit
f9ff0da907
1 changed files with 9 additions and 9 deletions
|
@ -104,7 +104,7 @@
|
||||||
(goto-char (1- header-end))
|
(goto-char (1- header-end))
|
||||||
(insert "#+STARTUP: inlineimages\n")))))
|
(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."
|
"Remove a line to the current org buffer that will make it load images inline."
|
||||||
(interactive)
|
(interactive)
|
||||||
(unless (derived-mode-p 'org-mode)
|
(unless (derived-mode-p 'org-mode)
|
||||||
|
|
Loading…
Reference in a new issue