From c971892569bf8e5d657f5830c13953278eb4bd6b Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 29 Sep 2023 10:39:48 +0200 Subject: [PATCH] Remove the golden-ratio package As good as it seemed, it gets worse now that i use Emacs more in full-screen mode. --- configuration.org | 9 --------- 1 file changed, 9 deletions(-) diff --git a/configuration.org b/configuration.org index 7502e60..8395d22 100644 --- a/configuration.org +++ b/configuration.org @@ -2209,15 +2209,6 @@ window. (aw-leading-char-face ((t (:inherit ace-jump-face-foreground :height 2.0))))) #+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