buh
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user