Skip to content

Commit

Permalink
Fill multiline comments properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
candera committed Oct 25, 2016
1 parent be8bae5 commit 5e71dfd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -1150,6 +1150,10 @@ always last."

(add-hook 'clojure-mode-hook #'setup-clojure-mode)

;; Not really specific to clojure-mode: make comments fill as if they
;; were multi-line, which they often are
(setq comment-multi-line t)

;;(require 'clojure-test-mode)

;; Some indentation fixups for core.async
Expand Down

0 comments on commit 5e71dfd

Please sign in to comment.