From 869ec19eaf23fe4503fcfe85638c754058ae8137 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 3 Jan 2025 19:56:18 +0200 Subject: Remove read-string-from-buffer. --- gnosis.el | 1 - 1 file changed, 1 deletion(-) diff --git a/gnosis.el b/gnosis.el index 132119c..854b1d9 100644 --- a/gnosis.el +++ b/gnosis.el @@ -649,7 +649,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)) -- cgit v1.2.3