I'm intending to increase the height of each line in Spacemacs. I tried to put some code into user-config
block in the .spacemacs
file in my home directory like below, but the line height doesn't change at all:
(defun dotspacemacs/user-config ()
'(add-text-properties (point-min) (point-max)
'(line-spacing 0.25 line-height 1.25))
)
Does anyone know how to do this in Spacemacs? I have just started to use Spacemacs for a week so I'm totally a newbie.