From f1044f17212878de005152cf435fc23a41a8453e Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 12 Jan 2020 20:44:21 +0000 Subject: Remove golden ratio mode --- emacs/loader.org | 4 ---- 1 file changed, 4 deletions(-) diff --git a/emacs/loader.org b/emacs/loader.org index e562627..841d847 100644 --- a/emacs/loader.org +++ b/emacs/loader.org @@ -507,10 +507,6 @@ Set navigation commands in all the buffers (interactive) (other-window -1)) - (use-package golden-ratio - :config - (golden-ratio-mode)) - (defun push-mark-no-activate () "Pushes `point' to `mark-ring' and does not activate the region Equivalent to \\[set-mark-command] when \\[transient-mark-mode] is disabled" -- cgit