emacs zoom in/out globally

前端 未结 5 1657
甜味超标
甜味超标 2021-02-05 07:32

I know that I can zoom in/out using C-x C-+, but this applies only to the current file. Once I open another one, the text goes back to the default value and it\'s really tiresom

5条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-05 08:13

    Just paste this in *scratch* and evaluate (with C-j or C-x C-e):

    (set-face-attribute 'default nil :height 150)
    

    There's nothing wrong in putting this in the init file and commenting it out later, when you don't need it.

提交回复
热议问题