From 7786fad27c27cf14e6ca58aafb9bdbb9a2e952c5 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Mon, 25 Apr 2016 21:32:47 -0700 Subject: [#1718] Update a variable name in the docs --- doc/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/configuration.md b/doc/configuration.md index 7e559f9e..45328df9 100644 --- a/doc/configuration.md +++ b/doc/configuration.md @@ -75,7 +75,7 @@ make the hidden buffers visible. They'll always be visible in * Change the result prefix for interactive evaluation (by default it's `=> `): ```el -(setq cider-interactive-eval-result-prefix ";; => ") +(setq cider-eval-result-prefix ";; => ") ``` To remove the prefix altogether just set it to an empty string(`""`). -- cgit v1.2.3