This commit is contained in:
2026-05-26 03:18:34 +02:00
parent 102a3357c3
commit 977e0e7690
19 changed files with 1457 additions and 347 deletions
+12
View File
@@ -0,0 +1,12 @@
(use-package denote
:config
(setq denote-directory (list (expand-file-name "~/lyfi/SOR/Notes/"))
denote-file-type 'markdown-yaml
denote-prompts '(title subdirectory keywords)))
(use-package jinx
:hook (emacs-startup . global-jinx-mode)
:custom (jinx-languages "en_US nl_NL"))
(provide 'tutilities-packages)