diff options
author | Raul Benencia <raul@thousandeyes.com> | 2020-04-22 13:38:35 -0700 |
---|---|---|
committer | Raul Benencia <raul@thousandeyes.com> | 2020-04-22 13:38:35 -0700 |
commit | 3d72d2bf47ca301f1ca949eb101c8a7d0f6d88c6 (patch) | |
tree | 499b7e00a8ba7b6c9a963c7a650236532cb0145f /.emacs | |
parent | dacf8629d2f1b50e85802ae3369776f36be4bdeb (diff) |
org-pomodoro
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ (load-file "~/.emacs.local.d/modes/magit.el") (load-file "~/.emacs.local.d/modes/neotree.el") (load-file "~/.emacs.local.d/modes/org.el") +(load-file "~/.emacs.local.d/modes/org-pomodoro.el") (load-file "~/.emacs.local.d/modes/package.el") (load-file "~/.emacs.local.d/modes/projectile.el") (load-file "~/.emacs.local.d/modes/python.el") |