General refactor for comments & docstrings
This commit is contained in:
parent
2cc8a96a30
commit
6a03b37dd3
3 changed files with 15 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue