[Emacs] Add helm-org-rifle

This commit is contained in:
Ivan Malison 2017-04-21 15:13:11 -07:00
parent 230340e4ac
commit 42b6e4a0af
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1769,7 +1769,6 @@ I use helm for almost all emacs completion
("M-x" . helm-M-x)
("C-x C-i" . helm-imenu)
("C-h a" . helm-apropos)
("C-c C-h" . helm-org-agenda-files-headings)
("C-c ;" . helm-recentf))
:diminish helm-mode
:config
@ -3418,6 +3417,11 @@ alphanumeric characters only."
:candidate-number-limit 99999
:buffer "*helm org capture templates*"))))
#+END_SRC
**** helm-org-rifle
#+BEGIN_SRC emacs-lisp
(use-package helm-org-rifle
:bind ("C-c C-h" . helm-rog-rifle-agenda-files))
#+END_SRC
**** org-notify
#+BEGIN_SRC emacs-lisp
(use-package org-notify