home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit e960670026465dad369f7cb56213f8843076dcd7
parent ae83493ab9de3411ab1bafe0aca3192b17600ede
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon,  4 May 2020 20:08:52 +0200

config-org.el: reload automatic load after org

… for org-gcal, org-agenda and org-clock

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-org.el | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/tools/emacs/config/config-org.el b/tools/emacs/config/config-org.el @@ -162,7 +162,6 @@ ;; OrgAgenda (use-package org-agenda - :after (org) :commands (org-agenda) :bind (("C-c o a" . org-agenda) ("<f12>" . org-agenda) @@ -214,7 +213,6 @@ ;; OrgGcal (use-package org-gcal - :after (org) :commands (org-gcal-fetch) :config (require 'netrc) @@ -335,7 +333,6 @@ ;; OrgClock (use-package org-clock - :after org :commands (org-clock-in org-clock-out org-clock-goto) :config ;; Setup hooks for clock persistance