From 046cd4738150b9cc5f16cc7d12af39b22ae8b04f Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 23 Jan 2019 14:11:13 +0100 Subject: [PATCH] Configure the golden-ratio package --- configuration.org | 9 +++++++++ customizations.el | 1 + 2 files changed, 10 insertions(+) diff --git a/configuration.org b/configuration.org index 433eddd..6ba848a 100644 --- a/configuration.org +++ b/configuration.org @@ -1787,6 +1787,15 @@ window. ("o" . ace-window))) #+END_SRC +** Golden ratio + +#+BEGIN_SRC emacs-lisp +(use-package golden-ratio + :config + (add-to-list 'golden-ratio-extra-commands 'ace-window) + (golden-ratio-mode t)) +#+END_SRC + ** Avy #+BEGIN_SRC emacs-lisp diff --git a/customizations.el b/customizations.el index fdb8d97..5d74e59 100644 --- a/customizations.el +++ b/customizations.el @@ -95,6 +95,7 @@ gnugo go-mode gobgen + golden-ratio google goto-last-change helm