Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I customize the Emacs interface, specifically the tabs fonts in Windows?

Tags:

emacs

How do I customize the Emacs interface, specifically the tabs fonts? I have included a screenshot of just how bad they look on Windows.

enter image description here

like image 566
Victor S Avatar asked Oct 10 '11 06:10

Victor S


People also ask

How to set Emacs font?

You can use the menu bar. Go to Options -> Set Default Font... . After you choose a font, don't forget to press Options -> Save Options —otherwise your new font will not be saved after you close Emacs.

How to change Emacs font size?

Vanilla Emacs: You can use ` C-x C-+ ' and 'C-x C--' ( 'text-scale-adjust' ) to increase or decrease the buffer text size (` C-+ ' or 'C--' to repeat). To restore the default (global) face height, type 'C-x C-0' .

What is the default Emacs font?

By default, Emacs displays text on graphical displays using a 10-point monospace font, and the font size can be changed interactively (see Text Scale).


1 Answers

Assuming you're using Tabbar, you can customize the fonts by running M-x customize-face - you can then either hit Enter to customize all of them, or use tab-completion to select a single face.

The following faces are defined in tabbar.el:

  • tabbar-button
  • tabbar-button-highlight
  • tabbar-default
  • tabbar-highlight
  • tabbar-selected
  • tabbar-separator
  • tabbar-unselected
like image 84
Luke Girvin Avatar answered Sep 29 '22 07:09

Luke Girvin