emacs: move initial frame width/height to Xresources

master
an 2020-02-05 21:58:27 -05:00
parent 3afd6cf874
commit ba94b28cea
2 changed files with 3 additions and 7 deletions

View File

@ -3,4 +3,6 @@
*Menu.foreground: White
Oneko.noshape: true
Oneko.reverse: true
Emacs.font: Go Mono-12
Emacs.font: Source Code Pro-12
Emacs.width: 80
Emacs.height: 30

View File

@ -16,12 +16,6 @@
(defalias #'yes-or-no-p #'y-or-n-p)
(add-to-list 'default-frame-alist '(width . 80))
(add-to-list 'default-frame-alist '(height . 30))
(add-to-list 'initial-frame-alist '(width . 80))
(add-to-list 'initial-frame-alist '(height . 30))
(setq fill-column 80
sentence-end-double-space nil)