How do I get my Emacs to *always* use 6x13 on X11

后端 未结 3 631
闹比i
闹比i 2021-02-04 09:33

I recently declared .emacs bankrupcy and reorganized my init stuff. In the process, I ripped out all the hacky font selection stuff I had accrued over the years, figuring there

3条回答
  •  花落未央
    2021-02-04 10:20

    I control this stuff from my .Xresources file.

    Personally I have

    emacs.reverseVideo:     true
    emacs.font:             7x13bold
    

    (And I quite agree... long live the bitmap fonts! I'll take my xterm with

    XTerm*foreground:       green
    XTerm*background:       black
    XTerm*font:             7x13bold
    

    ... over the Gnome terminal any day).

    If you're playing with .Xresources from within a session, xrdb command is useful to reload them.

提交回复
热议问题