diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-12-06 20:11:00 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-12-06 20:11:00 +0700 |
commit | 7a99a87b87ba2e6ab006032eb1687d61d01d9c58 (patch) | |
tree | 21cda208ad8e92448943a0efabb7672a68cc3f21 /emacs | |
parent | 4aeb2084faf18d7eb31d442651086504d87576e9 (diff) | |
download | dotfiles-7a99a87b87ba2e6ab006032eb1687d61d01d9c58.tar.gz |
Update 2019-12-06
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 74e74dd..eadceea 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -73,4 +73,5 @@ (electric-indent-mode -1)))) (add-hook 'pdf-tools-enabled-hook 'auto-revert-mode) -(when window-system (set-frame-size (selected-frame) 80 25)) +(add-to-list 'default-frame-alist '(width . 80)) +(add-to-list 'default-frame-alist '(height . 24)) |