Add the current date to the mode-line, set up some color
This commit is contained in:
parent
dd26c05db8
commit
9059cec94c
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@ after it has been unlocked."
|
||||||
'(("teams-for-linux"
|
'(("teams-for-linux"
|
||||||
("C-M-Break" . "C-S-m"))))
|
("C-M-Break" . "C-S-m"))))
|
||||||
|
|
||||||
|
(setf *mode-line-background-color* "#5b6161"
|
||||||
|
*mode-line-foreground-color* "#bfbfbf"
|
||||||
|
*screen-mode-line-format* "[^B%n^b] %W^>%d")
|
||||||
(mode-line)
|
(mode-line)
|
||||||
|
|
||||||
(restore-from-file "default")
|
(restore-from-file "default")
|
||||||
(swank:create-server :dont-close t)
|
(swank:create-server :dont-close t)
|
||||||
|
|
Loading…
Reference in a new issue