feat: do things the way doom intended

This commit is contained in:
2025-08-09 13:49:09 +03:00
parent 1809588a1a
commit a4e5243af7
3 changed files with 3 additions and 2 deletions

View File

@@ -508,6 +508,7 @@
(setq org-pomodoro-short-break-sound "~/Music/shortbreak.wav")
(setq org-pomodoro-long-break-sound "~/Music/longbreak.wav")
(setq x-select-enable-clipboard-manager nil)
(setq select-active-regions nil)
(setq org-trello-files '("~/org/grad-trello.org"))
(setq straight-disable-native-compile '("org-trello") )
(setq org-agenda-span 'day)

View File

@@ -153,7 +153,7 @@
;;nim ; python + lisp at the speed of c
;;nix ; I hereby declare "nix geht mehr!"
;;ocaml ; an objective camel
(org +dnd +roam2) ; organize your plain life in plain text
(org +dnd +roam2 +pomodoro) ; organize your plain life in plain text
;;php ; perl's insecure younger brother
;;plantuml ; diagrams for confusing people more
;;purescript ; javascript, but functional

View File

@@ -59,7 +59,7 @@
(package! org-contrib)
(package! ponylang-mode)
(package! pony-mode)
(package! org-pomodoro)
;; (package! org-pomodoro)
(package! org-trello)
(package! protobuf-mode)
(package! poetry)