emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/boxy 61938c681f 38/44: Ensure boxy-mode is launched wit


From: ELPA Syncer
Subject: [elpa] externals/boxy 61938c681f 38/44: Ensure boxy-mode is launched with a fixed-pitch font
Date: Sun, 5 May 2024 22:50:36 -0400 (EDT)

branch: externals/boxy
commit 61938c681fb3a0e1fefd2f80b8cfa3cbe31a5f51
Author: Amy Grinn <grinn.amy@gmail.com>
Commit: Amy Grinn <grinn.amy@gmail.com>

    Ensure boxy-mode is launched with a fixed-pitch font
---
 boxy.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/boxy.el b/boxy.el
index ab62d3020a..b204fe498c 100644
--- a/boxy.el
+++ b/boxy.el
@@ -407,7 +407,8 @@
   (visual-line-mode -1)
   (setq indent-tabs-mode nil)
   (cursor-sensor-mode t)
-  (setq truncate-lines t))
+  (setq truncate-lines t)
+  (buffer-face-set 'fixed-pitch))
 
 (cl-defun boxy-pp (box
                    &key



reply via email to

[Prev in Thread] Current Thread [Next in Thread]