diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-11-09 11:58:06 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-11-09 11:58:06 +0100 |
commit | 721e4fb8e5f2353ade743f828bd30da705c0e371 (patch) | |
tree | 998bdb437866c3d56fc452b5137569066d0b29b5 /.config/emacs | |
parent | 913fdafb11b2422d31f744742ef1c3805f230fd9 (diff) |
emacs: Remove comment
Diffstat (limited to '.config/emacs')
-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 |