This commit is contained in:
2025-02-06 22:41:25 +02:00
parent 7c299124c7
commit eddb084508
3 changed files with 7 additions and 1 deletions

View File

@@ -330,6 +330,9 @@
(ox-extras-activate '(latex-header-blocks ignore-headlines)))
;; (setq-default org-startup-folded 'content)
))
(after! ox
(use-package! ox-hugo
))
(setq-default cache-long-scans nil)
;; zsh pls
@@ -494,6 +497,8 @@
(setq org-agenda-skip-timestamp-if-done t)
(setq org-pomodoro-format "Work~%s")
(setq org-pomodoro-short-break-format "Br~%s")
(setq org-pomodoro-length 20)
(setq org-pomodoro-short-break-length 10)
(setq org-pomodoro-long-break-format "Br~%s")
(setq org-clock-clocked-in-display nil)
(setq doom-modeline-major-mode-icon t)