diff options
author | noa@gaiwan.org | 2024-06-29 09:41:31 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-29 09:41:31 +0000 |
commit | 28e680673f020bbdab5220deb535977c722297cd (patch) | |
tree | 310b42ec2cca81987596ee3835427d8a988a600d | |
parent | a71e48604adfd1e11d6327ea82786ccce9844a10 (diff) |
Don't right-align anything in the header line
-rw-r--r-- | config.org | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config.org b/config.org index df37047..99a43f3 100644 --- a/config.org +++ b/config.org @@ -307,9 +307,7 @@ I don't know exactly what the final variable covers, so i keep it here so that i (setq-default mode-line-format nil) (setq-default header-line-format '("%1*%1+%1@ " - "%b:%l,%c " - mode-line-format-right-align - "♥️")) + "%b:%l,%c ")) #+end_src ** Flash the current line |