Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
emacs: explicitly set font size (danth#553)
The emacs module currently doesn't set the font size, only the colours and font family. This PR sets it to `sizes.terminal` (taking a lead from the `guifont` setting in the `vim` module) using `font-spec`, which is a more flexible way to specify fonts in elisp. To indicate the size is points it needs to be a floating point value. Reviewed-by: NAHO <[email protected]>
- Loading branch information