summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-10-19 17:24:38 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-10-19 17:24:38 +0200
commitc2a55a7158d6098b0910290b875ca2a5f6277a8b (patch)
treecaef4a024ddc0b7240a32cd9e6ca9613d21f5f73 /.config
parentd5670d1d0448cb01a7dbebf0dfa2d9c021d132ea (diff)
emacs: Untabify buffer
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/modules/mm-modeline.el4
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