diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-19 17:24:38 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-19 17:24:38 +0200 |
commit | c2a55a7158d6098b0910290b875ca2a5f6277a8b (patch) | |
tree | caef4a024ddc0b7240a32cd9e6ca9613d21f5f73 /.config | |
parent | d5670d1d0448cb01a7dbebf0dfa2d9c021d132ea (diff) |
emacs: Untabify buffer
Diffstat (limited to '.config')
-rw-r--r-- | .config/emacs/modules/mm-modeline.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/emacs/modules/mm-modeline.el b/.config/emacs/modules/mm-modeline.el index 7ca4751..6e3284e 100644 --- a/.config/emacs/modules/mm-modeline.el +++ b/.config/emacs/modules/mm-modeline.el @@ -10,7 +10,7 @@ ;;; Faces (defface mm-modeline-narrow-face - '((t :foreground "#C5C8C6" ; From ‘mango-theme’ + '((t :foreground "#C5C8C6" ; From ‘mango-theme’ :background "dark red" :box "dark red" :weight bold)) @@ -41,7 +41,7 @@ (mm-modeline--define-component mm-modeline-buffer-modified (when (and (buffer-modified-p) - (buffer-file-name)) + (buffer-file-name)) (propertize " (modified)" 'face 'shadow))) (defconst mm-modeline-mode-acronyms |