Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purcell/default-text-scale
Easily adjust the font size in all Emacs frames
https://github.com/purcell/default-text-scale
Last synced: 3 days ago
JSON representation
Easily adjust the font size in all Emacs frames
- Host: GitHub
- URL: https://github.com/purcell/default-text-scale
- Owner: purcell
- Created: 2015-02-27T17:57:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T17:53:48.000Z (3 months ago)
- Last Synced: 2024-12-02T18:04:19.279Z (2 months ago)
- Language: Emacs Lisp
- Size: 12.7 KB
- Stars: 79
- Watchers: 5
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Melpa Status](http://melpa.org/packages/default-text-scale-badge.svg)](http://melpa.org/#/default-text-scale)
[![Melpa Stable Status](http://stable.melpa.org/packages/default-text-scale-badge.svg)](http://stable.melpa.org/#/default-text-scale)# Easily adjust the font size in all Emacs frames
This package provides commands for increasing or decreasing the
default font size in all GUI Emacs frames -- it is like an Emacs-wide
version of `text-scale-mode`.It works by adjusting the height of the `default` face in the
`user` theme, which is always combined with any other loaded
themes.It's handy for quickly adjusting the font size for readability or
impromptu screen-sharing.**Note that as of Emacs 29, many users might prefer the built-in `global-text-scale-adjust` system.**
## Installation
Install `default-text-scale` from the [MELPA](http://melpa.org)
repository. The version of `default-text-scale` there will always be
up-to-date.## Usage
You can then customize/enable the global minor mode
`default-text-scale-mode`, which binds C-M-= and
C-M-- by default. Alternatively, bind the corresponding
commands yourself as desired.## About
Author: Steve Purcell
Homepage: https://github.com/purcell/default-text-scale
This little library was extracted from the author's
[full Emacs configuration](https://github.com/purcell/emacs.d), which
readers might find of interest.
[💝 Support this project and my other Open Source work](https://www.patreon.com/sanityinc)
[💼 LinkedIn profile](https://uk.linkedin.com/in/stevepurcell)
[✍ sanityinc.com](http://www.sanityinc.com/)