dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 2919c45fcac81180e0fd86121777bf170e685e58
parent 0118995a0a0ada1a07ce00342695391785441a9f
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Tue, 11 Jan 2022 17:20:20 +0100

emacs: set font size

Diffstat:
Memacs/config.org | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -55,6 +55,13 @@ To evaluate a quoted form, use 'eval'. (light-theme))) #+end_src +* Font +I want Menlo, size 14: + +#+begin_src emacs-lisp + (set-frame-font "Menlo-14" nil t) +#+end_src + * Garbage collection Garbage-collect on focus-out, Emacs /should/ feel snappier.