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)

View File

@@ -134,7 +134,7 @@
;;fortran ; in FORTRAN, GOD is REAL (unless declared INTEGER)
;;fsharp ; ML stands for Microsoft's Language
;;fstar ; (dependent) types and (monadic) effects and Z3
;;gdscript ; the language you waited for
(gdscript +lsp) ; the language you waited for
;;(go +lsp) ; the hipster dialect
;;(graphql +lsp) ; Give queries a REST
;;(haskell +lsp) ; a language that's lazier than I am

View File

@@ -64,6 +64,7 @@
(package! protobuf-mode)
(package! poetry)
(package! verb)
(package! ox-hugo)
;; Doom's packages are pinned to a specific commit and updated from release to
;; release. The `unpin!' macro allows you to unpin single packages...
;(unpin! pinned-package)