This commit is contained in:
2024-07-27 20:19:42 +03:00
parent 8e83405d25
commit 49d93c69e4
5 changed files with 226 additions and 5 deletions

View File

@@ -191,7 +191,7 @@
;; (:calendar-id "home"
;; :files: ("~/org/home.org")
;; :inbox "~/org/home.org")
(:calendar-id "studies"
(:calendar-id "studies-1"
:files: ("~/org/studies.org")
;; :inbox "~/org/studies.org"
)

View File

@@ -120,7 +120,7 @@
;;common-lisp ; if you've seen one lisp, you've seen them all
;;coq ; proofs-as-programs
;;crystal ; ruby at the speed of c
;;csharp ; unity, .NET, and mono shenanigans
csharp ; unity, .NET, and mono shenanigans
;;data ; config/data formats
(dart +flutter +lsp) ; paint ui and not much else
;;dhall

View File

@@ -59,6 +59,7 @@
(package! org-contrib)
(package! ponylang-mode)
(package! org-pomodoro)
(package! protobuf-mode)
;; 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)