emacs: disable scroll-bar-mode and tab-bar-mode
This commit is contained in:
parent
3951e44032
commit
9fa0db47c2
|
@ -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; [
|
||||
|
|
Loading…
Reference in a new issue