mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(org): unbalanced parens
A regression caused by typo in451be94
. Amend:451be94fb8
This commit is contained in:
@ -316,8 +316,8 @@ Also adds support for a `:sync' parameter to override `:async'."
|
|||||||
(string-match-p "^ \\*temp" (buffer-name)))
|
(string-match-p "^ \\*temp" (buffer-name)))
|
||||||
(save-excursion
|
(save-excursion
|
||||||
(when-let ((beg (org-babel-where-is-src-block-result))
|
(when-let ((beg (org-babel-where-is-src-block-result))
|
||||||
(end (progn (goto-char beg) (forward-line) (org-babel-result-end)))))
|
(end (progn (goto-char beg) (forward-line) (org-babel-result-end))))
|
||||||
(org-display-inline-images nil nil (min beg end) (max beg end))))))
|
(org-display-inline-images nil nil (min beg end) (max beg end)))))))
|
||||||
|
|
||||||
(after! python
|
(after! python
|
||||||
(unless org-babel-python-command
|
(unless org-babel-python-command
|
||||||
|
Reference in New Issue
Block a user