Add clang and clojure configuration
This commit is contained in:
parent
af539db4c6
commit
e41192395c
3 changed files with 32 additions and 1 deletions
9
20clojure.el
Normal file
9
20clojure.el
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
(add-hook 'clojure-mode-hook 'cider-mode)
|
||||
|
||||
(defun activate-clojure-mode ()
|
||||
"Goodies for clojure files."
|
||||
(set-indent 2) ;; Default indentation of 2 characters
|
||||
(column-enforce-n 80)
|
||||
)
|
||||
|
||||
(add-hook 'clojure-mode-hook 'activate-clojure-mode)
|
||||
Loading…
Add table
Add a link
Reference in a new issue