summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2024-06-26 13:07:45 -0700
committerChristian Cunningham <cc@localhost>2024-06-26 13:07:45 -0700
commit13281fe995ba809b9550ac1a7f6fe030d0bd2c9a (patch)
tree0a3883a207e987f838c9bed2c630e9a2b20a9a8f
parent3bc8206dcb184bef1d5b31d5432d6c0a2614e2c9 (diff)
Change Mode Line Format
-rw-r--r--elchemy-user.el14
1 files changed, 5 insertions, 9 deletions
diff --git a/elchemy-user.el b/elchemy-user.el
index 8f7e805..4ad9fd1 100644
--- a/elchemy-user.el
+++ b/elchemy-user.el
@@ -41,17 +41,13 @@
elchemy/schedule-lookahead 7)
;; Modeline
-(setq-default mode-line-format '(" "
- (:propertize "♥︎" face (:foreground "red"))
- " "
+(setq-default mode-line-format '(" 🧪 "
(:propertize "ELCHEMY" face (:weight bold))
- " "
- (:propertize "♦︎" face (:foreground "red"))
- " "
+ " 🧬 "
(:propertize "%b" face (:slant italic))
- " ♣︎ "
- (:eval mode-name)
- " ♠︎"))
+ " ︎🦠 "
+ (:propertize (:eval mode-name) face (:foreground "red"))
+ " 🧫 "))
;; Ignore Bell
(setq ring-bell-function 'ignore)