Variable: clojure-guides
clojure-guides is a variable defined in clojure-mode.el.
Value
(("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")
("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"))
Documentation
A list of all official Clojure guides.
Source Code
;; Defined in ~/.emacs.d/elpa/clojure-mode-20260325.811/clojure-mode.el
(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")
("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.")