20241220-1

This commit is contained in:
fz0x1 2024-12-20 12:12:30 +01:00
parent 5a1293b765
commit 55f8c30eab
2 changed files with 9 additions and 4 deletions

View file

@ -38,13 +38,18 @@
;; numbers are disabled. For relative line numbers, set this to `relative'.
(setq display-line-numbers-type t)
(setq ispell-really-aspell nil)
;; If you use `org' and don't want your org files in the default location below,
;; change `org-directory'. It must be set before org loads!
(setq org-directory "~/org/")
(after! ispell
(setq ispell-dictionary "en_US,ru_RU"))
(setq ispell-program-name "hunspell")
(setq ispell-dictionary "en_US,ru_RU")
(after! ispell
(ispell-set-spellchecker-params)
(ispell-hunspell-add-multi-dic "en_US,ru_RU"))
(defun transform-square-brackets-to-round-ones(string-to-transform)
"Transforms [ into ( and ] into ), other chars left unchanged."

View file

@ -82,8 +82,8 @@
:checkers
syntax ; tasing you for every semicolon you forget
(spell +hunspell) ; tasing you for misspelling mispelling
;;grammar ; tasing grammar mistake every you make
(spell +hunspell +everywhere +flyspell) ; tasing you for misspelling mispelling
grammar ; tasing grammar mistake every you make
:tools
;;ansible