From 54cbfd2f9e1f09281c747fe252ebc02f94afb7e0 Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Sun, 11 Jun 2017 13:46:54 +0200 Subject: [PATCH] Stop using `golden-ratio-mode` by default, start using `which-key` --- init.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/init.org b/init.org index 78b2146..497f1a3 100644 --- a/init.org +++ b/init.org @@ -372,16 +372,15 @@ global-company-mode ; Auto-completion everywhere global-git-gutter-mode ; Show changes latest commit global-prettify-symbols-mode ; Greek letters should look greek - golden-ratio-mode ; Automatic resizing of windows projectile-global-mode ; Manage and navigate projects recentf-mode ; Recently opened files - show-paren-mode)) ; Highlight matching parentheses + show-paren-mode ; Highlight matching parentheses + which-key-mode)) ; Available keybindings in popup (funcall mode 1)) (when (version< emacs-version "24.4") (eval-after-load 'auto-compile '((auto-compile-on-save-mode 1)))) ; compile .el files on save - #+END_SRC ** Visual