Skip to content

Commit 75c2889

Browse files
Remove command for viewing Clojure Grimoire (#574)
The Clojure Grimoire site (conj.io) is no longer operational. Remove the command for browsing that site.
1 parent 7397b19 commit 75c2889

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Changes
66

77
* [#571](https://github.com/clojure-emacs/clojure-mode/issues/571): Remove `project.el` integration.
8+
* [#574](https://github.com/clojure-emacs/clojure-mode/issues/574): Remove `clojure-view-grimoire` command.
89

910
## 5.12.0 (2020-08-13)
1011

clojure-mode.el

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ Out-of-the box `clojure-mode' understands lein, boot, gradle,
293293
["View a Clojure guide" clojure-view-guide]
294294
["View a Clojure reference section" clojure-view-reference-section]
295295
["View the Clojure cheatsheet" clojure-view-cheatsheet]
296-
["View the Clojure Grimoire" clojure-view-grimoire]
297296
["View the Clojure style guide" clojure-view-style-guide])
298297
"--"
299298
["Report a clojure-mode bug" clojure-mode-report-bug]
@@ -436,14 +435,6 @@ The command will prompt you to select one of the available sections."
436435
(interactive)
437436
(browse-url clojure-cheatsheet-url))
438437

439-
(defconst clojure-grimoire-url "https://www.conj.io/"
440-
"The URL of the Grimoire community documentation site.")
441-
442-
(defun clojure-view-grimoire ()
443-
"Open the Clojure Grimoire in your default browser."
444-
(interactive)
445-
(browse-url clojure-grimoire-url))
446-
447438
(defconst clojure-style-guide-url "https://guide.clojure.style"
448439
"The URL of the Clojure style guide.")
449440

0 commit comments

Comments
 (0)