Add ranger-mode to golden-ratio-exclude-modes

Ranger manages window sizing in a way that conflicts with golden-ratio
This commit is contained in:
Langston Barrett 2019-02-15 13:39:58 -08:00 committed by duianto
parent 5f27edb107
commit a60bc0f52e
2 changed files with 2 additions and 0 deletions

View File

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

View File

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