aboutsummaryrefslogtreecommitdiff
path: root/home/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'home/.emacs.d/init.el')
-rw-r--r--home/.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/.emacs.d/init.el b/home/.emacs.d/init.el
index 2a16493..ca707ca 100644
--- a/home/.emacs.d/init.el
+++ b/home/.emacs.d/init.el
@@ -22,5 +22,8 @@
;; uniform questions
(defalias 'yes-or-no-p 'y-or-n-p)
+;; default window size
+(when window-system (set-frame-size (selected-frame) 160 60))
+
;;; Other configuration
(mapc 'load (file-expand-wildcards "~/.emacs.d/config/*.el"))