branch: elpa/clojure-mode commit 81b67ecd3aab13b35f76772a1021d5638d6bb148 Author: p4v4n <pavan.manth...@gmail.com> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
Update clojure guides --- clojure-mode.el | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/clojure-mode.el b/clojure-mode.el index 2f68a0dbb6..8e7b362665 100644 --- a/clojure-mode.el +++ b/clojure-mode.el @@ -393,12 +393,26 @@ CIDER provides a more complex version which does classpath analysis.") "The base URL for official Clojure guides.") (defconst clojure-guides '(("Getting Started" . "getting_started") + ("Install Clojure" . "install_clojure") + ("Editors" . "editors") + ("Structural Editing" . "structural_editing") + ("REPL Programming" . "repl/introduction") + ("Learn Clojure" . "learn/clojure") ("FAQ" . "faq") ("spec" . "spec") + ("Reading Clojure Characters" . "weird_characters") ("Destructuring" . "destructuring") ("Threading Macros" . "threading_macros") + ("Equality" . "equality") ("Comparators" . "comparators") - ("Reader Conditionals" . "reader_conditionals")) + ("Reader Conditionals" . "reader_conditionals") + ("Higher Order Functions" . "higher_order_functions") + ("Dev Startup Time" . "dev_startup_time") + ("Deps and CLI" . "deps_and_cli") + ("tools.build" . "tools_build") + ("core.async Walkthrough" . "async_walkthrough") + ("Go Block Best Practices" . "core_async_go") + ("test.check" . "test_check_beginner")) "A list of all official Clojure guides.") (defun clojure-view-guide () @@ -438,7 +452,8 @@ The command will prompt you to select one of the available guides." ("Java Interop" . "java_interop") ("Compilation and Class Generation" . "compilation") ("Other Libraries" . "other_libraries") - ("Differences with Lisps" . "lisps"))) + ("Differences with Lisps" . "lisps") + ("Deps and CLI" . "deps_and_cli"))) (defun clojure-view-reference-section () "Open a Clojure reference section in your default browser.