ORG TRELLO!!!!

This commit is contained in:
2024-10-30 11:06:42 +03:00
parent 1e61e9f5a9
commit 31b4e43ae6
2 changed files with 3 additions and 0 deletions

View File

@@ -457,3 +457,5 @@
(setq org-pomodoro-short-break-sound "~/Music/shortbreak.wav") (setq org-pomodoro-short-break-sound "~/Music/shortbreak.wav")
(setq org-pomodoro-long-break-sound "~/Music/longbreak.wav") (setq org-pomodoro-long-break-sound "~/Music/longbreak.wav")
(setq x-select-enable-clipboard-manager nil) (setq x-select-enable-clipboard-manager nil)
(setq org-trello-files '("~/org/grad-trello.org"))
(setq straight-disable-native-compile '("org-trello") )

View File

@@ -60,6 +60,7 @@
(package! ponylang-mode) (package! ponylang-mode)
(package! pony-mode) (package! pony-mode)
(package! org-pomodoro) (package! org-pomodoro)
(package! org-trello)
(package! protobuf-mode) (package! protobuf-mode)
;; Doom's packages are pinned to a specific commit and updated from release to ;; Doom's packages are pinned to a specific commit and updated from release to
;; release. The `unpin!' macro allows you to unpin single packages... ;; release. The `unpin!' macro allows you to unpin single packages...