From a60bc0f52e852282736addd26037f94c354a4e66 Mon Sep 17 00:00:00 2001 From: Langston Barrett Date: Fri, 15 Feb 2019 13:39:58 -0800 Subject: [PATCH] Add ranger-mode to golden-ratio-exclude-modes Ranger manages window sizing in a way that conflicts with golden-ratio --- CHANGELOG.develop | 1 + layers/+spacemacs/spacemacs-navigation/packages.el | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.develop b/CHANGELOG.develop index 466c1fb28..bd5c202c1 100644 --- a/CHANGELOG.develop +++ b/CHANGELOG.develop @@ -911,6 +911,7 @@ Other: (thanks to Codruț Constantin Gușoi) - Stopped configuring =fci-rule-color=, which was overriding themes that configured it (thanks to Victor Cuadrado Juan) + - Added ranger-mode to golden-ratio-exclude-modes (thanks to Langston Barrett) *** Layer changes and fixes **** Ansible - Improvements: diff --git a/layers/+spacemacs/spacemacs-navigation/packages.el b/layers/+spacemacs/spacemacs-navigation/packages.el index 3bfcfba67..96f64e808 100644 --- a/layers/+spacemacs/spacemacs-navigation/packages.el +++ b/layers/+spacemacs/spacemacs-navigation/packages.el @@ -234,6 +234,7 @@ "gdb-inferior-io-mode" "gdb-disassembly-mode" "gdb-memory-mode" + "ranger-mode" "speedbar-mode")) (add-to-list 'golden-ratio-exclude-modes m))