diff options
Diffstat (limited to 'lisp/+kmacro.el')
-rw-r--r-- | lisp/+kmacro.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/+kmacro.el b/lisp/+kmacro.el index 2b2916f..a3cde61 100644 --- a/lisp/+kmacro.el +++ b/lisp/+kmacro.el | |||
@@ -21,6 +21,7 @@ | |||
21 | 21 | ||
22 | (defun +kmacro-change-mode-line (&rest _) | 22 | (defun +kmacro-change-mode-line (&rest _) |
23 | "Remap the mode-line face when recording a kmacro." | 23 | "Remap the mode-line face when recording a kmacro." |
24 | |||
24 | (add-to-list 'face-remapping-alist '(mode-line . +kmacro-modeline))) | 25 | (add-to-list 'face-remapping-alist '(mode-line . +kmacro-modeline))) |
25 | 26 | ||
26 | (defun +kmacro-restore-mode-line (&rest _) | 27 | (defun +kmacro-restore-mode-line (&rest _) |