(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