mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Larger text in re-builder panel
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun narf|reb-cleanup ()
|
(defun narf|reb-cleanup ()
|
||||||
(replace-regexp "^[ \n]*" "" nil (point-min) (point-max))
|
(replace-regexp "^[ \n]*" "" nil (point-min) (point-max))
|
||||||
(text-scale-set 1.5)
|
(text-scale-set 2)
|
||||||
(goto-char 2))
|
(goto-char 2))
|
||||||
|
|
||||||
;;;###autoload (autoload 'narf:regex "defuns-regex" nil t)
|
;;;###autoload (autoload 'narf:regex "defuns-regex" nil t)
|
||||||
|
Reference in New Issue
Block a user