From: Peng Li Date: Sat, 9 Jul 2016 19:52:18 +0000 (+0800) Subject: emacs - set default window size X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=7368940df9d58c28203ccb8e6a08ee947b14cd8d;hp=c26ee552e56fd5b233e64c1f6c8468beb6477476;p=dotfiles.git emacs - set default window size --- 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