branch: elpa/cider
commit 955afdcbdbd03a64361b87d3dd5a0b2fa4f8779f
Author: Bozhidar Batsov <bozhi...@batsov.dev>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>

    [Docs] Add a note
---
 doc/modules/ROOT/pages/usage/code_reloading.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/modules/ROOT/pages/usage/code_reloading.adoc 
b/doc/modules/ROOT/pages/usage/code_reloading.adoc
index 4be5f5b7b0..71d554d369 100644
--- a/doc/modules/ROOT/pages/usage/code_reloading.adoc
+++ b/doc/modules/ROOT/pages/usage/code_reloading.adoc
@@ -8,6 +8,10 @@ and there are no temporary definitions hanging around.
 
 == "Reloaded" Workflow
 
+NOTE: The workflow described below was made popular by
+this https://www.cognitect.com/blog/2013/06/04/clojure-workflow-reloaded[blog 
article],
+which served as the primary inspiration for CIDER's take on it.
+
 Typing kbd:[C-c M-n r] or kbd:[C-c M-n M-r] will invoke
 `cider-ns-refresh` and reload all modified Clojure files on the
 classpath.

Reply via email to