[Emacs] Fix helm-org-rifle binding typo

This commit is contained in:
Ivan Malison 2017-05-04 14:07:01 -07:00
parent c8af938f0f
commit f3098e3190
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -3420,7 +3420,7 @@ alphanumeric characters only."
**** helm-org-rifle
#+BEGIN_SRC emacs-lisp
(use-package helm-org-rifle
:bind ("C-c C-h" . helm-rog-rifle-agenda-files))
:bind ("C-c C-h" . helm-org-rifle-agenda-files))
#+END_SRC
**** org-notify
#+BEGIN_SRC emacs-lisp