Merge branch 'main' of git.sr.ht:~marcuskammer/emacs.d
This commit is contained in:
commit
328c2a4d4a
1 changed files with 4 additions and 3 deletions
7
init.el
7
init.el
|
@ -19,11 +19,12 @@
|
||||||
;; (load "bundle--general")
|
;; (load "bundle--general")
|
||||||
|
|
||||||
(setq default-frame-alist
|
(setq default-frame-alist
|
||||||
'((fullscreen . maximized)
|
`((font . "MonoLisa-11")
|
||||||
(font . "MonoLisa-11")
|
|
||||||
(width . 85)
|
(width . 85)
|
||||||
(height . 50)
|
(height . 50)
|
||||||
(vertical-scroll-bars)))
|
(vertical-scroll-bars . nil)
|
||||||
|
(fullscreen . maximized)
|
||||||
|
,(if (eq system-type 'gnu/linux) '(undecorated . t))))
|
||||||
|
|
||||||
(setq package-archives
|
(setq package-archives
|
||||||
'(("melpa" . "https://melpa.org/packages/")
|
'(("melpa" . "https://melpa.org/packages/")
|
||||||
|
|
Loading…
Add table
Reference in a new issue