Open kumarshantanu opened 12 years ago
When I write (fnil foo :bar) in clojure-mode it turns into (fil foo :bar) on the screen, which is super annoying.
(fnil foo :bar)
(
il foo :bar)
When I write
(fnil foo :bar)
in clojure-mode it turns into(
fil foo :bar)
on the screen, which is super annoying.