From f358cf629b199d41343e3e3407af23e751a6279a Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 13 Aug 2023 16:26:31 +0200 Subject: emacs: ‘after-make-frame-functions’ hooks take arg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/emacs/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/emacs/config.org') diff --git a/.config/emacs/config.org b/.config/emacs/config.org index f12a918..2afe6ba 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -656,7 +656,7 @@ every frame. We also can’t forget the frame that’s actually running this co :weight prop-weight :height prop-height))) - (add-hook 'after-make-frame-functions (λ (mm-set-fonts))) + (add-hook 'after-make-frame-functions (lambda (_) (mm-set-fonts))) (mm-set-fonts) #+END_SRC -- cgit v1.2.3