Configure the golden-ratio package

This commit is contained in:
Gergely Polonkai 2019-01-23 14:11:13 +01:00
parent e03f684688
commit 046cd47381
2 changed files with 10 additions and 0 deletions

View File

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

View File

@ -95,6 +95,7 @@
gnugo
go-mode
gobgen
golden-ratio
google
goto-last-change
helm