Emacs/OSX Default font setting does not persist

前端 未结 3 1467
长发绾君心
长发绾君心 2021-02-13 12:28

I\'m using Emacs 23.2. When I change the default font using Options --> Set Default Font... it correctly switches to the font that I select. I then do Options --> Save Options t

3条回答
  •  太阳男子
    2021-02-13 12:53

    Only way I got it to work was to modify manually the .emacs file:

    (custom-set-faces                                                                                    
     '(default ((t (:height 150 :family "Menlo"))))
     )
    

    PS: I'm on Yosemite

提交回复
热议问题