diff options
author | EuAndreh <eu@euandre.org> | 2018-07-24 16:34:10 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-24 16:34:10 -0300 |
commit | 1c4093d363ebd4bae0d7a651bca078813a977706 (patch) | |
tree | d53bdd3b8af879878c641c5c02019cf45c747923 /spacemacs.el | |
parent | Add asciidoc layer (diff) | |
download | dotfiles-1c4093d363ebd4bae0d7a651bca078813a977706.tar.gz dotfiles-1c4093d363ebd4bae0d7a651bca078813a977706.tar.xz |
Set =cljr-assume-language-context= to "clj"
Diffstat (limited to 'spacemacs.el')
-rw-r--r-- | spacemacs.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spacemacs.el b/spacemacs.el index 3adbbb9..c929c3b 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -673,6 +673,7 @@ This is the place where most of your configurations should be done. Unless it is ;; Clojure cljr-warn-on-eval nil + cljr-assume-language-context "clj" cider-repl-display-help-banner nil ;; Common Lisp |