I also want to save the font size in my .emacs
file.
相关问题
- Symbol's function definition is void: declare-
- How can I set the SVN password with Emacs 23.1 bui
- how to Enumerate local fonts in silverlight 4
- Emacs shell: save commit message
- Scaling png font down
相关文章
- ess-rdired: I get this error “no ESS process is as
- Emacs/xterm color annoyance on Linux
- Loading custom font using JavaFX 8 and css
- Generating .afm from .ttf [closed]
- Vue Cli 3 Local fonts not loading
- Pipe less to Emacs
- Capturing the output of “diff” with org-babel
- emacs terminal mode: how to copy and paste efficie
Open emacs in X11, goto menu Options, select "set default font ...", change the font size. Select "save options" in the same menu. Done.
Here's an option for resizing the font heights interactively, one point at a time:
This is preferable when you want to resize text in all buffers. I don't like solutions using
text-scale-increase
andtext-scale-decrease
as line numbers in the gutter can get cut off afterwards.Press Shift and the first mouse button. You can change the font size in the following way: This website has more detail.
zoom.cfg and global-zoom.cfg provide font size change bindings (from EmacsWiki)
Firefox and other programs allow you to increase and decrease the font size with C-+ and C--. I set up my .emacs so that I have that same ability by adding these lines of code:
It all depends what you mean by change the font size. This EmacsWiki section provides the best and most complete information. It distinguishes the various cases (text scaling, frame font, buffer/frame, etc.): Changing Font Size.