branch: elpa/gnosis commit 1c64b620d0329ac8def7db96831c0becd6013490 Author: Thanos Apollo <pub...@thanosapollo.org> Commit: Thanos Apollo <pub...@thanosapollo.org>
Remove read-string-from-buffer. --- gnosis.el | 1 - 1 file changed, 1 deletion(-) diff --git a/gnosis.el b/gnosis.el index af1580c2e9..0382d566b2 100644 --- a/gnosis.el +++ b/gnosis.el @@ -650,7 +650,6 @@ If FALSE t, use gnosis-face-false face" "Display PARATHEMA." (goto-char (point-max)) (and parathema (gnosis-center-string parathema)) - ;; (and parathema (insert "\n\n" (propertize parathema 'face 'gnosis-face-parathema))) (gnosis-apply-syntax-overlay) (gnosis-center-current-line))