branch: elpa/fedi
commit cd0df50f52bf4ea3267c76c89b227bc4a765cb50
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>
comment proprtional fonds handling for propertizing items
---
fedi-post.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/fedi-post.el b/fedi-post.el
index b3652452af8..70fbcd0fec4 100644
--- a/fedi-post.el
+++ b/fedi-post.el
@@ -620,8 +620,9 @@ Added to `after-change-functions'."
(when (fedi-post--compose-buffer-p)
(let ((header-region (fedi--find-property-range 'post-post-header
(point-min)))
- (face (when fedi-post--proportional-fonts-compose
- 'variable-pitch)))
+ (face nil))
+ ;; (face (when fedi-post--proportional-fonts-compose
+ ;; 'variable-pitch)))
;; cull any prev props:
;; stops all text after a handle or mention being propertized:
(set-text-properties (cdr header-region) (point-max) `(face ,face))