Skip to content

Commit

Permalink
Stop favoring prefix notation
Browse files Browse the repository at this point in the history
  • Loading branch information
expez committed Jun 13, 2017
1 parent 75f35e4 commit c71ed2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisp/init-clojure.el
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
(after-load 'clj-refactor
(setq cljr-magic-require-namespaces nil
cljr-clojure-test-declaration "[clojure.test :refer :all]"
cljr-favor-prefix-notation nil
cljr-warn-on-eval nil))

(defun my-cider-mode-hook ()
Expand Down

0 comments on commit c71ed2f

Please sign in to comment.