forked from colonelpanic/dotfiles
[Emacs] Add helm-org-rifle
This commit is contained in:
parent
230340e4ac
commit
42b6e4a0af
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user