20241220-1
This commit is contained in:
parent
5a1293b765
commit
55f8c30eab
2 changed files with 9 additions and 4 deletions
|
@ -38,13 +38,18 @@
|
||||||
;; numbers are disabled. For relative line numbers, set this to `relative'.
|
;; numbers are disabled. For relative line numbers, set this to `relative'.
|
||||||
(setq display-line-numbers-type t)
|
(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,
|
;; 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!
|
;; change `org-directory'. It must be set before org loads!
|
||||||
(setq org-directory "~/org/")
|
(setq org-directory "~/org/")
|
||||||
|
|
||||||
(after! ispell
|
(setq ispell-program-name "hunspell")
|
||||||
(setq ispell-dictionary "en_US,ru_RU"))
|
(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)
|
(defun transform-square-brackets-to-round-ones(string-to-transform)
|
||||||
"Transforms [ into ( and ] into ), other chars left unchanged."
|
"Transforms [ into ( and ] into ), other chars left unchanged."
|
||||||
|
|
|
@ -82,8 +82,8 @@
|
||||||
|
|
||||||
:checkers
|
:checkers
|
||||||
syntax ; tasing you for every semicolon you forget
|
syntax ; tasing you for every semicolon you forget
|
||||||
(spell +hunspell) ; tasing you for misspelling mispelling
|
(spell +hunspell +everywhere +flyspell) ; tasing you for misspelling mispelling
|
||||||
;;grammar ; tasing grammar mistake every you make
|
grammar ; tasing grammar mistake every you make
|
||||||
|
|
||||||
:tools
|
:tools
|
||||||
;;ansible
|
;;ansible
|
||||||
|
|
Loading…
Add table
Reference in a new issue