This commit is contained in:
Martin Sukany
2026-02-13 21:53:35 +01:00
parent c32cffc759
commit 8214fbe78e
2 changed files with 6 additions and 0 deletions

View File

@@ -78,6 +78,9 @@ Funguje v libovolném textu, včetně Markdown linků (např. [x](./...))."
;; Uprav si cestu podle sebe. Tohle je typický Doom default.
(setq org-directory "~/org/")
(setq org-todo-keywords
'((sequence "TODO(t)" "NEXT(n)" "WAIT(w@/!)" "|" "DONE(d!)" "CANCELLED(c@)")))
;; Pomocná funkce: vrátí plnou cestu k souboru v org-directory
(defun ms/org-file (name)
"Return absolute path to NAME inside `org-directory`."

View File

@@ -66,3 +66,6 @@
;; Emmet
(package! ement)
;; hugo
(package! ox-hugo)