diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-04-02 08:50:23 +0100 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-04-02 08:50:23 +0100 |
commit | 17b617bc95002fe82dc928f6c26dfe7776ab4170 (patch) | |
tree | 24e7e4de4debb7210c6a63c07314d67430a138b1 /modeline.el | |
parent | ca243afa19c725024e223803aa19bcbc12ad022b (diff) |
configured my mode line to show the time
Diffstat (limited to 'modeline.el')
-rw-r--r-- | modeline.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modeline.el b/modeline.el new file mode 100644 index 0000000..0504cdb --- /dev/null +++ b/modeline.el @@ -0,0 +1,3 @@ +(setq display-time-format "%H:%M") +(display-time-mode 1) + |