stumpwm: fix type
This commit is contained in:
parent
99bc512747
commit
a2d298d3ab
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@
|
|||
(setf *shell-program* (getenv "SHELL"))
|
||||
(setf *transient-border-width* 1)
|
||||
(setf *window-format* "%m%50t")
|
||||
(setf *window-boder-style* :thin)
|
||||
(setf *window-border-style* :thin)
|
||||
(setf *screen-mode-line-format*
|
||||
(list "[%n]"
|
||||
'(:eval
|
||||
|
|
Loading…
Reference in a new issue