Revise comments
This commit is contained in:
parent
ea01e850e4
commit
88dd15e204
4 changed files with 6 additions and 8 deletions
|
@ -33,8 +33,9 @@
|
|||
(setq sly-mrepl-history-file-name (concat doom-cache-dir "sly-mrepl-history")
|
||||
sly-kill-without-query-p t
|
||||
sly-net-coding-system 'utf-8-unix
|
||||
;; Doom defaults to non-fuzzy search, because it is slower and less
|
||||
;; precise. Change this to `sly-flex-completions' for fuzzy completion
|
||||
;; Doom defaults to non-fuzzy search, because it is faster and more
|
||||
;; precise (but requires more keystrokes). Change this to
|
||||
;; `sly-flex-completions' for fuzzy completion
|
||||
sly-complete-symbol-function 'sly-simple-completions)
|
||||
|
||||
(set-popup-rules!
|
||||
|
|
|
@ -24,8 +24,6 @@
|
|||
(when (featurep! :checkers spell)
|
||||
(add-hook 'tuareg-mode-local-vars-hook #'flyspell-prog-mode))
|
||||
|
||||
;; Indent new lines in a comment block, and optionally prefix new comment
|
||||
;; lines with an asterix. See `+ocaml-prefix-comments-with-asterisk'.
|
||||
(setq-hook! 'tuareg-mode-hook
|
||||
comment-line-break-function #'+ocaml/comment-indent-new-line)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue