From 78a00c3a0b3f4e0ff372647564c30d78ce87d3a6 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Sat, 1 Jun 2024 15:46:05 +0100 Subject: Fix indentation --- .emacs.d/lisp/init-clojure.el | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to '.emacs.d') 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. -- cgit 1.4.1-2-gfad0