From a13ca18462cf21ba8e91c3d73496ea9c535a7d84 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 10 Nov 2015 18:11:19 -0500 Subject: [PATCH] Larger text in re-builder panel --- modules/lib/defuns-regex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lib/defuns-regex.el b/modules/lib/defuns-regex.el index 1efa1edbf..c50acdecc 100644 --- a/modules/lib/defuns-regex.el +++ b/modules/lib/defuns-regex.el @@ -3,7 +3,7 @@ ;;;###autoload (defun narf|reb-cleanup () (replace-regexp "^[ \n]*" "" nil (point-min) (point-max)) - (text-scale-set 1.5) + (text-scale-set 2) (goto-char 2)) ;;;###autoload (autoload 'narf:regex "defuns-regex" nil t)