mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 08:14:15 +00:00
Default frame size
This commit is contained in:
parent
0951d394a1
commit
21f1d0179a
1 changed files with 3 additions and 0 deletions
3
init.el
3
init.el
|
|
@ -1,3 +1,6 @@
|
|||
(add-to-list 'default-frame-alist '(width . 200))
|
||||
(add-to-list 'default-frame-alist '(height . 60))
|
||||
|
||||
(setq package-list '(org use-package exwm))
|
||||
;; list the repositories containing them
|
||||
(setq package-archives '(("melpa" . "http://melpa.org/packages/")
|
||||
|
|
|
|||
Loading…
Reference in a new issue