Remove any window decoration
This commit is contained in:
parent
ac84cd77fb
commit
b567106863
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
|
||||
(add-to-list 'default-frame-alist '(fullscreen . maximized)) ; Maximize Window
|
||||
(add-to-list 'default-frame-alist '(font . "Iosevka Term-14"))
|
||||
(add-to-list 'default-frame-alist '(undecorated . t))
|
||||
|
||||
(setq-default
|
||||
echo-keystrokes 0.02
|
||||
|
|
Loading…
Add table
Reference in a new issue