Skip to content

Commit

Permalink
Prettify >fn as 2 chars
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhu committed Jul 18, 2023
1 parent 072dd0c commit b140a13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/114-clojure-config.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
(add-hook 'clojure-mode-hook
(lambda ()
(put-clojure-indent '>fn 1)
(push '(">fn" . "") prettify-symbols-alist)
(put-clojure-indent '>defn 1)
(put-clojure-indent '>defn- 1)
(push '(">fn" . (?> (Br . Bl) )) prettify-symbols-alist)
(push '("partial" . ) prettify-symbols-alist)
(push '("comp" . ?ο) prettify-symbols-alist)
(require 'flycheck-clj-kondo)
Expand Down

0 comments on commit b140a13

Please sign in to comment.