diff --git a/applications/Xresources b/applications/Xresources index 66a9165..5b94277 100644 --- a/applications/Xresources +++ b/applications/Xresources @@ -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 diff --git a/emacs/init.el b/emacs/init.el index 4af6868..73c0c03 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -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)