mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
chore(emacs): Orgnaise emacs modules in packages
This commit is contained in:
parent
869e6ed042
commit
8f452172a5
5 changed files with 104 additions and 9 deletions
|
|
@ -199,7 +199,6 @@
|
|||
(if (bound-and-true-p ISMAC)
|
||||
(setq org-babel-C-compiler "clang"))
|
||||
|
||||
(load! "+pomodoro-telegram.el")
|
||||
|
||||
;;; org-export
|
||||
|
||||
|
|
@ -208,3 +207,14 @@
|
|||
(setq org-icalendar-use-scheduled '(event-if-todo event-if-not-todo))
|
||||
(setq org-icalendar-use-deadline '(event-if-todo event-if-not-todo))
|
||||
(setq org-icalendar-combined-agenda-file "~/Dropbox/org.ics")
|
||||
|
||||
|
||||
(use-package! org-pomodoro-music-controller
|
||||
:after org-pomodoro
|
||||
:config
|
||||
(customize-set-variable 'org-pomodoro-music-player-args '("--player=cider"))
|
||||
)
|
||||
|
||||
(use-package! org-pomodoro-telegram-notifier
|
||||
:after org-pomodoro
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue