diff options
Diffstat (limited to '.emacs.local.d/general.el')
-rw-r--r-- | .emacs.local.d/general.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.local.d/general.el b/.emacs.local.d/general.el index 41e36f2..d46bd79 100644 --- a/.emacs.local.d/general.el +++ b/.emacs.local.d/general.el @@ -173,3 +173,6 @@ ;; Remember and restore cursor information (save-place-mode 1) + +;; No need for titlebar +(modify-frame-parameters nil '((undecorated . t))) |