From 8f4a452d41414700787547d8d577e7d4d3c61f21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B5=E9=9D=99?= <1728366814@qq.com> Date: Sat, 6 Jul 2024 22:42:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E8=A1=8C=E8=B6=85=E9=95=BF=E5=8F=98?= =?UTF-8?q?=E8=89=B2=E5=AD=97=E7=AC=A6=E9=95=BF=E5=BA=A6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lisp/init-custom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/init-custom.el b/lisp/init-custom.el index 48e7906..9dcb279 100644 --- a/lisp/init-custom.el +++ b/lisp/init-custom.el @@ -34,7 +34,7 @@ ;; 配置whitespace (global-whitespace-mode t) ; 设置长行的阈值为 100 个字符 -(setq whitespace-line-column 200) +(setq whitespace-line-column 2000) ;; 配置yes和no的别名 (defalias 'yes-or-no-p 'y-or-n-p) ;; 选中的内容可以C-d删除