config/doom: enable spell & grammar
This commit is contained in:
parent
a345cf94c6
commit
3040ccda51
|
@ -183,9 +183,6 @@ Version 2019-11-04 2021-02-16"
|
|||
(let ((current-prefix-arg '(7))) (call-interactively 'org-timestamp-up-day))
|
||||
)
|
||||
|
||||
(setq org-export-with-toc nil
|
||||
org-export-with-section-numbers nil)
|
||||
|
||||
(defun org-export-repeat ()
|
||||
(interactive)
|
||||
(let ((current-prefix-arg '(4))) (call-interactively 'org-export-dispatch))
|
||||
|
@ -289,7 +286,10 @@ Version 2019-11-04 2021-02-16"
|
|||
org-latex-packages-alist '(("margin=2cm" "geometry") ("avoid-all" "widows-and-orphans"))
|
||||
org-export-with-tags nil
|
||||
org-export-with-tasks 'done
|
||||
org-export-with-todo-keywords nil)
|
||||
org-export-with-todo-keywords nil
|
||||
org-export-with-toc nil
|
||||
org-export-with-section-numbers nil
|
||||
)
|
||||
|
||||
;; Org startup - https://orgmode.org/manual/In_002dbuffer-Settings.html
|
||||
(setq org-startup-folded 'show2levels
|
||||
|
|
|
@ -79,8 +79,8 @@
|
|||
|
||||
:checkers
|
||||
syntax ; tasing you for every semicolon you forget
|
||||
;;spell ; tasing you for misspelling mispelling
|
||||
;;grammar ; tasing grammar mistake every you make
|
||||
spell ; tasing you for misspelling mispelling
|
||||
grammar ; tasing grammar mistake every you make
|
||||
|
||||
:tools
|
||||
;;ansible
|
||||
|
|
|
@ -52,14 +52,15 @@
|
|||
(package! evil-args) ; motions in args
|
||||
(package! evil-replace-with-register) ; grrrrr
|
||||
;(package! evil-better-visual-line) ; not sure if this actually helps
|
||||
|
||||
(package! visual-fill-column) ; Soft line wrapping at character count
|
||||
(package! togetherly) ; Collaborative editing
|
||||
|
||||
(package! togetherly) ; Collaborative editing
|
||||
(package! direnv) ; directory-local environment for haskell-nix things
|
||||
(package! plantuml-mode) ; Diagrams
|
||||
(package! adoc-mode) ; Asciidoc, a md alternative
|
||||
|
||||
(package! evil-tutor)
|
||||
|
||||
;(package! annotate) ; Annotations - replaced by org-noter
|
||||
; :leader "aa" 'annotate-annotate
|
||||
; :leader "as" 'annotate-mode
|
||||
|
|
Loading…
Reference in New Issue