[emacs] Add more accessible shortcuts for org clock + helm org rifle

This commit is contained in:
Sebastian Schulze 2018-07-27 15:11:18 +02:00
parent 42e7025ab4
commit 926692c89c
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 2 additions and 1 deletions

View File

@ -363,7 +363,8 @@ you should place your code here."
(spacemacs/set-leader-keys "oa" 'org-agenda)
(spacemacs/set-leader-keys "om" 'mu4e)
(spacemacs/set-leader-keys "oO" 'helm-org-agenda-files-headings)
(spacemacs/set-leader-keys "oo" 'helm-org-agenda-files-headings)
(spacemacs/set-leader-keys "oc" 'org-mru-clock-select-recent-task)
(if
(or (s-starts-with? "zog" system-name) (s-starts-with? "kandalingo" system-name))