emacs: Disable title bar
This commit is contained in:
parent
eb403e3ee3
commit
0e6da5207d
1 changed files with 3 additions and 1 deletions
|
@ -262,9 +262,11 @@ Enable line wrapping
|
|||
(global-visual-line-mode 1)
|
||||
#+end_src
|
||||
|
||||
Disable toolbar and scroll bar
|
||||
Disable title bar, toolbar and scroll bar
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
; This needs to go before scroll-bar-mode
|
||||
(setq-default default-frame-alist '((undecorated . t)))
|
||||
(tool-bar-mode -1)
|
||||
(menu-bar-mode -1)
|
||||
(scroll-bar-mode -1)
|
||||
|
|
Loading…
Reference in a new issue