General refactor for comments & docstrings

This commit is contained in:
Henrik Lissner 2019-01-05 15:20:49 -05:00
parent 2cc8a96a30
commit 6a03b37dd3
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 15 additions and 13 deletions

View file

@ -33,7 +33,7 @@
(if comment-line-break-function
(funcall comment-line-break-function)
(comment-indent-new-line)))
;; Find a better way to do this
;; TODO Find a better way to do this
((and (eq major-mode 'haskell-mode)
(fboundp 'haskell-indentation-newline-and-indent))
(setq evil-auto-indent nil)