mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Treat comment-form as top-level and indenting for match in Clojure
This commit is contained in:
parent
4e4aedfccf
commit
19be4bc73c
10
init.org
10
init.org
@ -1641,6 +1641,16 @@
|
|||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
||||||
|
(use-package clojure-mode
|
||||||
|
:config
|
||||||
|
(setq clojure-toplevel-inside-comment-form t)
|
||||||
|
(define-clojure-indent
|
||||||
|
(match 1)))
|
||||||
|
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
|
||||||
;; Clojure Interactive Development Environment
|
;; Clojure Interactive Development Environment
|
||||||
(use-package cider
|
(use-package cider
|
||||||
:defer t
|
:defer t
|
||||||
|
Loading…
Reference in New Issue
Block a user