diff options
| author | Christian Cunningham <cc@localhost> | 2024-06-26 13:07:45 -0700 | 
|---|---|---|
| committer | Christian Cunningham <cc@localhost> | 2024-06-26 13:07:45 -0700 | 
| commit | 13281fe995ba809b9550ac1a7f6fe030d0bd2c9a (patch) | |
| tree | 0a3883a207e987f838c9bed2c630e9a2b20a9a8f | |
| parent | 3bc8206dcb184bef1d5b31d5432d6c0a2614e2c9 (diff) | |
Change Mode Line Format
| -rw-r--r-- | elchemy-user.el | 14 | 
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) | 
