diff options
author | jdlugosz963 <jdlugosz963@gmail.com> | 2024-04-26 18:21:56 +0200 |
---|---|---|
committer | jdlugosz963 <jdlugosz963@gmail.com> | 2024-04-27 18:20:11 +0200 |
commit | 73af89d935df5a8166114c9257f9f247f29850bf (patch) | |
tree | c8addfe86575b030ca5a61644dbc77adb8f63c43 /.emacs.d/jd/jd-org.el | |
parent | 9ca1ae3ceca5944765af94514e75a96195de5716 (diff) | |
download | dotfiles-73af89d935df5a8166114c9257f9f247f29850bf.tar.gz dotfiles-73af89d935df5a8166114c9257f9f247f29850bf.zip |
Migrate from stumpwm to sway and from manifests to home-services.
Diffstat (limited to '.emacs.d/jd/jd-org.el')
-rwxr-xr-x | .emacs.d/jd/jd-org.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/jd/jd-org.el b/.emacs.d/jd/jd-org.el index f511846..a9565f3 100755 --- a/.emacs.d/jd/jd-org.el +++ b/.emacs.d/jd/jd-org.el | |||
@@ -16,6 +16,8 @@ | |||
16 | (let ((d (or date "+0d"))) | 16 | (let ((d (or date "+0d"))) |
17 | (org-insert-time-stamp (org-read-date nil t d)))) | 17 | (org-insert-time-stamp (org-read-date nil t d)))) |
18 | 18 | ||
19 | (jd/use-package org-pomodoro "emacs-org-pomodoro") | ||
20 | |||
19 | (jd/use-package org "emacs-org" | 21 | (jd/use-package org "emacs-org" |
20 | :pin org | 22 | :pin org |
21 | :commands (org-capture org-agenda) | 23 | :commands (org-capture org-agenda) |