In emacs live, you can disable this behavior with the following:
In ~/.emacs.d/packs/live/clojure-pack/config/clojure-conf.el comment on the following lines:
;;(eval-after-load 'clojure-mode ;; '(font-lock-add-keywords ;; 'clojure-mode `(("(\\(fn\\)[\[[:space:]]" ;; (0 (progn (compose-region (match-beginning 1) ;; (match-end 1) "ฮป") ;; nil)))))) ;; ;;(eval-after-load 'clojure-mode ;; '(font-lock-add-keywords ;; 'clojure-mode `(("\\(
Restart emacs and there are no more attractive characters.
source share