diff options
| author | yuzu-eva <stevenhu@web.de> | 2024-12-18 14:52:38 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2024-12-18 14:52:38 +0100 |
| commit | 337c8527822c87f863164d974337977187265b0a (patch) | |
| tree | b7d3a2ee30ca7c6ba585c71af45a4ade2b92a651 /modeline.lisp | |
| parent | 8191d768d636b4a91611f232fd3e8024cce0fe32 (diff) | |
fix again
Diffstat (limited to 'modeline.lisp')
| -rw-r--r-- | modeline.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modeline.lisp b/modeline.lisp index 126fd04..c96a2e0 100644 --- a/modeline.lisp +++ b/modeline.lisp @@ -4,7 +4,7 @@ (load-module "cpu") (load-module "mem") -;;(load-module "stumptray") +(load-module "stumptray") (setf *mode-line-timeout* 2) (setf *time-modeline-string* "%A, %F - %H:%M") |
