about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-06-01 15:46:05 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-06-01 15:46:05 +0100
commit78a00c3a0b3f4e0ff372647564c30d78ce87d3a6 (patch)
tree15514948b11c65b80577e7296c140bc9262cfb78 /.emacs.d
parente982d9fd7229207c5b99e20c57b4f464549943cd (diff)
downloaddotfiles-78a00c3a0b3f4e0ff372647564c30d78ce87d3a6.tar.gz
Fix indentation
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-clojure.el24
1 files changed, 12 insertions, 12 deletions
diff --git a/.emacs.d/lisp/init-clojure.el b/.emacs.d/lisp/init-clojure.el
index 13c6ae7..4608ec5 100644
--- a/.emacs.d/lisp/init-clojure.el
+++ b/.emacs.d/lisp/init-clojure.el
@@ -32,18 +32,18 @@
 
   ;; https://github.com/weavejester/compojure/wiki/Emacs-indentation
   (define-clojure-indent
-    (defroutes 'defun)
-    (GET 2)
-    (POST 2)
-    (PUT 2)
-    (DELETE 2)
-    (HEAD 2)
-    (ANY 2)
-    (OPTIONS 2)
-    (PATCH 2)
-    (rfn 2)
-    (let-routes 1)
-    (context 2))
+   (defroutes 'defun)
+   (GET 2)
+   (POST 2)
+   (PUT 2)
+   (DELETE 2)
+   (HEAD 2)
+   (ANY 2)
+   (OPTIONS 2)
+   (PATCH 2)
+   (rfn 2)
+   (let-routes 1)
+   (context 2))
 
   :init
   ;; Always show more of the path in clj buffer names.