X-Git-Url: https://git.ganneff.de//index.cgi?p=emacs.git;a=blobdiff_plain;f=.emacs.d%2Fconfig%2Femacs.org;h=4ffc072f2d4c42e12e0e54e440d95256755b14b7;hp=1e7a4d62276e1f62c6d8777a5a60c0eb34191caf;hb=ba23003eb46181697bf7ec889fad67f4909b4126;hpb=bda3e7da4a8b9a84df4c2ade7b9ed365f6c04d1e diff --git a/.emacs.d/config/emacs.org b/.emacs.d/config/emacs.org index 1e7a4d6..4ffc072 100644 --- a/.emacs.d/config/emacs.org +++ b/.emacs.d/config/emacs.org @@ -1925,6 +1925,24 @@ what I want every emacs to know. (jj-init-theme) ) #+END_SRC +** golden ratio +[2015-02-20 Fri 16:27] +When working with many windows at the same time, each window has a +size that is not convenient for editing. + +golden-ratio helps on this issue by resizing automatically the windows +you are working on to the size specified in the "Golden Ratio". The +window that has the main focus will have the perfect size for editing, +while the ones that are not being actively edited will be re-sized to +a smaller size that doesn't get in the way, but at the same time will +be readable enough to know it's content. +#+BEGIN_SRC emacs-lisp :tangle yes +(use-package golden-ratio + :ensure golden-ratio + :init + (progn + (golden-ratio-mode 1))) +#+END_SRC ** guide-key [2014-06-11 Wed 22:27] guide-key.el displays the available key bindings automatically and