Remove the clojure-mode package

This commit is contained in:
Gergely Polonkai 2023-10-23 07:44:10 +02:00
parent 52bcb80a3f
commit db1d1dd95d
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 0 additions and 6 deletions

View File

@ -3267,12 +3267,6 @@ directory. It is available from [[http://plantuml.com/download][here]].
(fish-mode . (lambda () (add-hook 'before-save-hook 'fish_indent-before-save))))
#+END_SRC
** Clojure
#+begin_src emacs-lisp
(use-package clojure-mode)
#+end_src
** Bats, for testing shell scripts
#+begin_src emacs-lisp