From 7368940df9d58c28203ccb8e6a08ee947b14cd8d Mon Sep 17 00:00:00 2001 From: Peng Li Date: Sun, 10 Jul 2016 03:52:18 +0800 Subject: [PATCH] emacs - set default window size --- emacs.d/config.org | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/emacs.d/config.org b/emacs.d/config.org index 13ae0ea..d1eff00 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -44,7 +44,7 @@ Set the emacs load path #+END_SRC -** General Setting +** Window Setting Disable scroll bar, tool-bar and menu-bar @@ -86,6 +86,13 @@ Setting scroll right/left ; (global-set-key (kbd "C-.") 'scoll-right) #+END_SRC +Set default window size +#+BEGIN_SRC emacs-lisp :tangle yes :results silent + (setq initial-frame-alist + '((width . 120) + (height . 50))) +#+END_SRC + * Package Management Tools ** Use-package -- 2.11.0