diff options
| author | Sacha Chua <sacha@sachachua.com> | 2025-11-07 13:35:02 -0500 |
|---|---|---|
| committer | Sacha Chua <sacha@sachachua.com> | 2025-11-07 13:35:02 -0500 |
| commit | 98363e19f1054ac16081558a9968c0080e40e3b4 (patch) | |
| tree | a984a2d1fabe2b87b8dc75eb59a2a1027e4b9f49 /2023 | |
| parent | 229704df1309e4d8ef2104a60474a7211e4f5579 (diff) | |
| download | emacsconf-wiki-98363e19f1054ac16081558a9968c0080e40e3b4.tar.xz emacsconf-wiki-98363e19f1054ac16081558a9968c0080e40e3b4.zip | |
Diffstat (limited to '2023')
| -rw-r--r-- | 2023/talks/flat.md | 2 |
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 |
