emacs: disable scroll-bar-mode and tab-bar-mode

This commit is contained in:
Evie Litherland-Smith 2024-02-03 06:03:22 +00:00
parent 3951e44032
commit 9fa0db47c2

View file

@ -17,6 +17,8 @@
(add-to-list 'default-frame-alist '(font . "${font}"))
(add-to-list 'initial-frame-alist '(alpha-background . ${alpha}))
(add-to-list 'default-frame-alist '(alpha-background . ${alpha}))
(scroll-bar-mode -1)
(tab-bar-mode -1)
'';
extraPackages = epkgs:
with epkgs; [