branch: externals/dape
commit d896720cc1cc6addc994015f17a8d1d93401b358
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>
Add projectile configuration in readme
---
README.org | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.org b/README.org
index 3b0b271854..cf86a04935 100644
--- a/README.org
+++ b/README.org
@@ -40,6 +40,9 @@ Currently =Dape= does not come with any debug adapter
configuration.
;; Kill compile buffer on build success
;; (add-hook 'dape-compile-compile-hooks 'kill-buffer)
+
+ ;; Projectile users
+ ;; (setq dape-cwd-fn 'projectile-project-root)
)
#+end_src