i need change the font size or scala of the ivy-postframe like this code of neotree, any idea?
;;cambiando la escala de neotree(defun text-scale-twice ()(interactive)(progn(text-scale-adjust 0)(text-scale-decrease 2)))(add-hook 'neo-after-create-hook (lambda (_)(call-interactively 'text-scale-twice)))
i need change the font size or scala of the ivy-postframe like this code of neotree, any idea?
;;cambiando la escala de neotree
(defun text-scale-twice ()(interactive)(progn(text-scale-adjust 0)(text-scale-decrease 2)))
(add-hook 'neo-after-create-hook (lambda (_)(call-interactively 'text-scale-twice)))