Show emacs as window with decorations

This commit is contained in:
Marcus Kammer 2021-01-10 10:14:51 +01:00
parent 56c1cdf069
commit 8f8894db50

View file

@ -10,10 +10,6 @@
(display-time-mode 1) (display-time-mode 1)
(global-prettify-symbols-mode 1) (global-prettify-symbols-mode 1)
(when (eq emacs-major-version 27)
(when (display-graphic-p)
(tab-bar-mode 1)))
;; Cursor and mouse ;; Cursor and mouse
(column-number-mode 1) (column-number-mode 1)
(mouse-wheel-mode 1) (mouse-wheel-mode 1)
@ -70,10 +66,9 @@
(setq default-frame-alist (setq default-frame-alist
'((font . "Fira Code-11") '((font . "Fira Code-11")
(alpha . 100) (alpha . 100)
(undecorated . t) (width . 94)
(width . 85)
(height . 70) (height . 70)
(fullscreen . fullscreen))) (fullscreen . maximized)))
;; Mode line ;; Mode line
(setq-default mode-line-format (setq-default mode-line-format