mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
core-ui: window-system is deprecated
This commit is contained in:
@ -76,7 +76,7 @@ disabled.")
|
||||
|
||||
(tooltip-mode -1) ; relegate tooltips to echo area only
|
||||
(menu-bar-mode -1)
|
||||
(when window-system
|
||||
(when (display-graphic-p)
|
||||
(scroll-bar-mode -1)
|
||||
(tool-bar-mode -1)
|
||||
;; buffer name in frame title
|
||||
|
Reference in New Issue
Block a user