diff options
-rw-r--r-- | .config/emacs/modules/mm-modeline.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/emacs/modules/mm-modeline.el b/.config/emacs/modules/mm-modeline.el index b19a56d..e42b670 100644 --- a/.config/emacs/modules/mm-modeline.el +++ b/.config/emacs/modules/mm-modeline.el @@ -63,7 +63,6 @@ the text it should be mapped to.") (capitalize) (string-replace "-" " "))) (case-fold-search nil)) - ;; TODO: Do I need ‘save-match-data’ (save-match-data (dolist (pair mm-modeline-remap-alist) (setq string |