From 5d8ff8a0aec9ddfc28e4e3ea00c99703bfed0784 Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Tue, 5 Jan 2016 21:38:33 +0100 Subject: [PATCH] Use golden-ratio --- init.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.org b/init.org index 9133ebf..d520ea5 100644 --- a/init.org +++ b/init.org @@ -171,6 +171,7 @@ idle-require ; load elisp libraries while Emacs is idle geiser ; GNU Emacs and Scheme talk to each other git-gutter-fringe ; Fringe version of git-gutter.el + golden-ratio ; Automatic resizing windows to golden ratio haskell-mode ; A Haskell editing mode helm ; Incremental and narrowing framework helm-company ; Helm interface for company-mode @@ -365,6 +366,7 @@ global-prettify-symbols-mode ; Greek letters should look greek delete-selection-mode ; Replace selected text dirtrack-mode ; directory tracking in *shell* + golden-ratio-mode ; Automatic resizing of windows recentf-mode ; Recently opened files show-paren-mode ; Highlight matching parentheses projectile-global-mode)) ; Manage and navigate projects