aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-01-12 20:44:21 +0000
committerYann Herklotz <git@yannherklotz.com>2020-01-12 20:44:21 +0000
commitf1044f17212878de005152cf435fc23a41a8453e (patch)
tree8ca12dcbaeba96a02620b29b20a8690fbe89e4b1 /emacs
parent3c62a436f3a068b50a7649673e07e020d2088e20 (diff)
downloaddotfiles-f1044f17212878de005152cf435fc23a41a8453e.tar.gz
dotfiles-f1044f17212878de005152cf435fc23a41a8453e.zip
Remove golden ratio mode
Diffstat (limited to 'emacs')
-rw-r--r--emacs/loader.org4
1 files changed, 0 insertions, 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"