Hacker News new | ask | show | jobs
by cyberbanjo 1522 days ago

  (ns foo.bar
    (:refer-clojure :exclude [print] :rename {print println}))

  (print "Should have a newline")
1 comments

;; How to infuriate your co-workers
Workaround:

    print C-x a - println
    M-x abbrev-mode
Not all clojurians use emacs ;)
Well, configuring their editor of choice to provide the same functionality is left as an exercise to the reader... :-)

    inoreabbrev print println