From ebc7398e39e8a369115bef41e5175729ee5fc9dc Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 10 Dec 2020 05:12:35 +0100 Subject: [PATCH] Install clojure-mode Clojure is the next language i want to learn. --- configuration.org | 6 ++++++ customizations.el | 1 + 2 files changed, 7 insertions(+) diff --git a/configuration.org b/configuration.org index 1d59eb2..a363d3e 100644 --- a/configuration.org +++ b/configuration.org @@ -3634,6 +3634,12 @@ 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 + * Games ** Gnu Go diff --git a/customizations.el b/customizations.el index a556441..50781db 100644 --- a/customizations.el +++ b/customizations.el @@ -46,6 +46,7 @@ cargo cheatsheet ciel + clojure-mode coffee-mode command-log-mode company