202412301735554458

This commit is contained in:
fz0x1 2024-12-30 11:27:38 +01:00
parent 681f02385c
commit 05c0992aaa
7 changed files with 48 additions and 38 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\n*** Proposed Solution:\n"
"* TODO [#C] %?\n:PROPERTIES:\n:Created: %T\n:END:\n%i\n** Proposed Solution:\n"
:empty-lines 0)
("w" "Selected web capture"