diff options
Diffstat (limited to '2023/talks')
| -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 |
