From 98363e19f1054ac16081558a9968c0080e40e3b4 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Fri, 7 Nov 2025 13:35:02 -0500 Subject: fix probable typo --- 2023/talks/flat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/talks/flat.md b/2023/talks/flat.md index 3461c9a2..4cf53d5b 100644 --- a/2023/talks/flat.md +++ b/2023/talks/flat.md @@ -61,7 +61,7 @@ activities. The new flat-style function uses set-face-attribute: (defvar mode-line-height 8 "Size of the box arounf the mode line") - (defun lat-style (theme &rest _) + (defun flat-style (theme &rest _) (set-face-attribute 'mode-line nil :box (list :line-width mode-line-height :style 'flat-button)) (set-face-attribute 'mode-line-inactive nil -- cgit v1.2.3