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)
|
("M-x" . helm-M-x)
|
||||||
("C-x C-i" . helm-imenu)
|
("C-x C-i" . helm-imenu)
|
||||||
("C-h a" . helm-apropos)
|
("C-h a" . helm-apropos)
|
||||||
("C-c C-h" . helm-org-agenda-files-headings)
|
|
||||||
("C-c ;" . helm-recentf))
|
("C-c ;" . helm-recentf))
|
||||||
:diminish helm-mode
|
:diminish helm-mode
|
||||||
:config
|
:config
|
||||||
@ -3418,6 +3417,11 @@ alphanumeric characters only."
|
|||||||
:candidate-number-limit 99999
|
:candidate-number-limit 99999
|
||||||
:buffer "*helm org capture templates*"))))
|
:buffer "*helm org capture templates*"))))
|
||||||
#+END_SRC
|
#+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
|
**** org-notify
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package org-notify
|
(use-package org-notify
|
||||||
|
Loading…
Reference in New Issue
Block a user