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)