Add clojure support.
This commit is contained in:
19
spacemacs
19
spacemacs
@@ -13,6 +13,7 @@
|
||||
;; ----------------------------------------------------------------
|
||||
;; auto-completion
|
||||
;; better-defaults
|
||||
clojure
|
||||
(colors :variables
|
||||
colors-enable-rainbow-identifiers t)
|
||||
emacs-lisp
|
||||
@@ -181,3 +182,21 @@ layers configuration."
|
||||
|
||||
;; Do not write anything past this comment. This is where Emacs will
|
||||
;; auto-generate custom variable definitions.
|
||||
(custom-set-variables
|
||||
;; custom-set-variables was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
'(ahs-case-fold-search nil)
|
||||
'(ahs-default-range (quote ahs-range-whole-buffer))
|
||||
'(ahs-idle-interval 0.25)
|
||||
'(ahs-idle-timer 0 t)
|
||||
'(ahs-inhibit-face-list nil)
|
||||
'(ring-bell-function (quote ignore) t)
|
||||
'(vc-follow-symlinks t))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user