summary refs log tree commit diff
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-29 01:17:27 +0000
committernoa@gaiwan.org2024-06-29 01:17:27 +0000
commitabfd32182bc73d5ef333ad298276737f176e7fb1 (patch)
treefc2ec66a19a7f3a9d7d492f94f088494265a2c61
parent8aeaff718042bc81c37a12e98b9eeeaca6fe60bc (diff)
Update header line format to put buffer status on left side
-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