fix tool-bar call

This commit is contained in:
2025-06-18 16:03:47 +02:00
parent d4702c24f6
commit beb2daaf06

View File

@@ -38,7 +38,8 @@
;; (add-to-list 'default-frame-alist '(tool-bar-position . left))
;; (add-to-list 'default-frame-alist '(horizontal-scroll-bars . t)) ;; see gui-settings
(menu-bar-mode -1) ;; menu displayed inside `tab-bar' and via `tmm-menubar'
(tool-bar-mode -1)
(when (featurep 'tool-bar)
(tool-bar-mode -1))
;; transparency
(set-frame-parameter (selected-frame) 'alpha '(95 . 95)) ;; VALUE: '(<active> . <inactive>) / <both>