core-ui: window-system is deprecated
This commit is contained in:
parent
e0652b311d
commit
4c8e7939f2
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ disabled.")
|
||||||
|
|
||||||
(tooltip-mode -1) ; relegate tooltips to echo area only
|
(tooltip-mode -1) ; relegate tooltips to echo area only
|
||||||
(menu-bar-mode -1)
|
(menu-bar-mode -1)
|
||||||
(when window-system
|
(when (display-graphic-p)
|
||||||
(scroll-bar-mode -1)
|
(scroll-bar-mode -1)
|
||||||
(tool-bar-mode -1)
|
(tool-bar-mode -1)
|
||||||
;; buffer name in frame title
|
;; buffer name in frame title
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue