diff options
author | Thanos Apollo <[email protected]> | 2025-01-03 19:56:18 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2025-01-03 19:56:18 +0200 |
commit | 869ec19eaf23fe4503fcfe85638c754058ae8137 (patch) | |
tree | d40619e5c3f6818e72829a696af3e2f04fdce051 | |
parent | 28f6c9dd8e7601e75db5825a218aae7db72b3105 (diff) |
Remove read-string-from-buffer.
-rw-r--r-- | gnosis.el | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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)) |