X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2Fconfig.org;h=d1eff001846f1241dff4021146d60e02415432b5;hb=7368940df9d58c28203ccb8e6a08ee947b14cd8d;hp=13ae0ea8a8b49a2d9842a2be6b79fa712d4506f4;hpb=c26ee552e56fd5b233e64c1f6c8468beb6477476;p=dotfiles.git 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