summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2010-01-04 14:57:32 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2010-01-04 14:57:32 +0800
commitda68ea3ff3873f5598dac7200038ac2134cbf460 (patch)
tree6b158007183bde892377f9b83ceef7a30e11bdce
parentebd6bb2948e67a6711204606ffbcd2a721184814 (diff)
emacs: set default geometry to 156x38
-rw-r--r--emacs3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs b/emacs
index 7da8abb..5df08d9 100644
--- a/emacs
+++ b/emacs
@@ -11,7 +11,8 @@
'chinese-gbk '("Microsfot Yahei" . "unicode-bmp"))
;; window positioning
- (setq default-frame-alist '((top . 0) (left . 0) (width . 160) (height . 40)))))
+ (setq default-frame-alist '((top . 0) (left . 0)
+ (width . 156) (height . 38)))))
;; setup show startup message
(setq inhibit-startup-message t)