about summary refs log tree commit diff stats
path: root/lisp/+kmacro.el
diff options
context:
space:
mode:
authorCase Duckworth2022-03-11 20:04:05 -0600
committerCase Duckworth2022-03-11 20:04:05 -0600
commitf6512fe1bd9738e1c2c5c9a7ad92098b2f02fa34 (patch)
treec5cf0551e9e25e5238f474fd6ad44fbe6d155e56 /lisp/+kmacro.el
parentAdd snippets (diff)
downloademacs-f6512fe1bd9738e1c2c5c9a7ad92098b2f02fa34.tar.gz
emacs-f6512fe1bd9738e1c2c5c9a7ad92098b2f02fa34.zip
Uh
Diffstat (limited to 'lisp/+kmacro.el')
-rw-r--r--lisp/+kmacro.el1
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 _)