technomancy / emacs-starter-kit

[ARCHIVED] this is ancient history
GNU General Public License v3.0
2.87k stars 887 forks source link

pretty-print of `fn` impacts `fnil` in clojure-mode #144

Open kumarshantanu opened 12 years ago

kumarshantanu commented 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.