emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-ruby 5759a9187c 132/265: Recommend setting Pry.config.


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby 5759a9187c 132/265: Recommend setting Pry.config.correct_indent to false
Date: Sat, 9 Jul 2022 21:59:20 -0400 (EDT)

branch: elpa/inf-ruby
commit 5759a9187cd4bdfe0b8d53ecc570ae6df41578e6
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    Recommend setting Pry.config.correct_indent to false
    
    Closes #55
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 310e59a785..42403a321d 100644
--- a/README.md
+++ b/README.md
@@ -119,4 +119,8 @@ type <kbd>M-x describe-function [RET] inf-ruby-minor-mode 
[RET]</kbd>.
 
   Put `Pry.config.pager = false if ENV["EMACS"]` into your `~/.pryrc`.
 
+* Pry prints `` right after start?
+
+  Put `Pry.config.correct_indent = false if ENV["EMACS"]` into your `~/.pryrc`.
+
 Please report problems at <http://github.com/nonsequitur/inf-ruby/issues>.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]