Set tab-bar-mode and scroll-bar-mode in .emacs.d
This commit is contained in:
parent
d8dbc11aac
commit
45aa5879e0
|
@ -24,8 +24,6 @@
|
|||
(set-face-attribute 'variable-pitch nil :family "${variable-font-family}")
|
||||
(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)
|
||||
(menu-bar-mode -1)
|
||||
'';
|
||||
extraPackages = epkgs:
|
||||
|
|
Reference in a new issue