From db1d1dd95d9ef9593eedeb1f860cabc0d9213bee Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 23 Oct 2023 07:44:10 +0200 Subject: [PATCH] Remove the clojure-mode package --- configuration.org | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configuration.org b/configuration.org index cbf96c5..a9c4b9d 100644 --- a/configuration.org +++ b/configuration.org @@ -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