about summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-12-06 20:11:00 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-12-06 20:11:00 +0700
commit7a99a87b87ba2e6ab006032eb1687d61d01d9c58 (patch)
tree21cda208ad8e92448943a0efabb7672a68cc3f21 /emacs
parent4aeb2084faf18d7eb31d442651086504d87576e9 (diff)
downloaddotfiles-7a99a87b87ba2e6ab006032eb1687d61d01d9c58.tar.gz
Update 2019-12-06
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el3
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))