diff options
author | Vincent Ambo <tazjin@gmail.com> | 2015-12-13T23·04+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2015-12-13T23·04+0100 |
commit | af87ca21eeffe7faa7663ed23af20374f0407168 (patch) | |
tree | 78723367b63db14ab55213f47bc121a40d86c976 /init/clojure.el | |
parent | 560176bc7789c2b0aa12b4dbab064f328c3454a5 (diff) |
Various changes
Diffstat (limited to 'init/clojure.el')
-rw-r--r-- | init/clojure.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init/clojure.el b/init/clojure.el index 5ec4848b8fa3..c88c86f4e3c7 100644 --- a/init/clojure.el +++ b/init/clojure.el @@ -1,11 +1,11 @@ (require 'cider) -(require 'ac-cider-compliment) +;(require 'ac-cider-compliment) ;; Configure CIDER (Clojure REPL) and clojure-mode (defun cider-mode-setup () "Activates paredit, rainbow delimiters and ac-nrepl" - (ac-cider-compliment-setup) + ; (ac-cider-compliment-setup) (ac-flyspell-workaround) (paredit-mode)) |