We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37aba43 commit a2eb738Copy full SHA for a2eb738
config/114-clojure-config.el
@@ -12,6 +12,7 @@
12
("\\.edn$" . clojure-mode)
13
("\\.dtm$" . clojure-mode))
14
:config (progn
15
+ (fset 'clojure-indent-line 'lisp-indent-line)
16
(diminish-major-mode 'clojure-mode "Cλ")
17
(bind-key "C-c C-z" nil clojure-mode-map))) ; Remove the binding for inferior-lisp-mode
18
0 commit comments