Remove the golden-ratio package

As good as it seemed, it gets worse now that i use Emacs more in full-screen mode.
This commit is contained in:
Gergely Polonkai 2023-09-29 10:39:48 +02:00
parent 5ab0061e2e
commit c971892569
1 changed files with 0 additions and 9 deletions

View File

@ -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