Skip to content

Commit

Permalink
Custom indent for >fn
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhu committed Jun 14, 2023
1 parent ae22021 commit 03294dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/114-clojure-config.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
(setq buffer-save-without-query t)
(add-hook 'clojure-mode-hook
(lambda ()
(put-clojure-indent '>fn 1)
(push '("partial" . ) prettify-symbols-alist)
(push '("comp" . ?ο) prettify-symbols-alist)
(require 'flycheck-clj-kondo)
Expand Down

0 comments on commit 03294dd

Please sign in to comment.