summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--config.org9
1 files changed, 5 insertions, 4 deletions
diff --git a/config.org b/config.org
index 1fc22ba..7f79807 100644
--- a/config.org
+++ b/config.org
@@ -286,10 +286,11 @@ Below that, show a line and column coördinate.  There are special minor modes t
 I don't know exactly what the final variable covers, so i keep it here so that if something shows up i know that it gets put here.  Because i have a global mode line in my tab bar, some of the things that would otherwise be here (like the time, battery percentage, and notifications for chat buffers) don't show up.
 
 #+begin_src elisp
-(setq-default header-line-format
-              '("%b:%l,%c "
-                mode-line-format-right-align
-                "%1*%1+%1@"))
+  (setq-default header-line-format
+                '("%1*%1+%1@ "
+                  "%b:%l,%c "
+                  mode-line-format-right-align
+                  "♥️"))
 #+end_src
 
 ** Flash the current line