202412291735469867

This commit is contained in:
fz0x1 2024-12-29 11:57:47 +01:00
parent f79ba355c4
commit d06308dc87
6 changed files with 36 additions and 42 deletions

View file

@ -43,12 +43,12 @@
;; (setq org-startup-with-inline-images t)
;; (add-hook 'org-mode-hook 'org-display-inline-images)
(setq ispell-program-name "hunspell")
(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"))
;; (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."
@ -161,7 +161,7 @@
("c" "Code To-Do"
entry (file+headline "~/org/todos.org" "Code Related Tasks")
"* TODO [#C] %?\n:PROPERTIES:\n:Created: %T\n:END:\n%i\nProposed Solution:\n"
"* TODO [#C] %?\n:PROPERTIES:\n:Created: %T\n:END:\n%i\n*** Proposed Solution:\n"
:empty-lines 0)
("w" "Selected web capture"