summaryrefslogtreecommitdiffstats
path: root/2023/talks
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2025-11-07 13:35:02 -0500
committerSacha Chua <sacha@sachachua.com>2025-11-07 13:35:02 -0500
commit98363e19f1054ac16081558a9968c0080e40e3b4 (patch)
treea984a2d1fabe2b87b8dc75eb59a2a1027e4b9f49 /2023/talks
parent229704df1309e4d8ef2104a60474a7211e4f5579 (diff)
downloademacsconf-wiki-98363e19f1054ac16081558a9968c0080e40e3b4.tar.xz
emacsconf-wiki-98363e19f1054ac16081558a9968c0080e40e3b4.zip
fix probable typoHEADmaster
Diffstat (limited to '2023/talks')
-rw-r--r--2023/talks/flat.md2
1 files changed, 1 insertions, 1 deletions
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