Pimp Org with helm-org and helm-org-rifle
I’m not sure if i’ll use either of them, though…
This commit is contained in:
parent
3d9a35f7f3
commit
c111714f84
@ -3138,6 +3138,21 @@ See previous versions of the current file.
|
|||||||
org-directory)))
|
org-directory)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** Org navigation with Helm
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package helm-org
|
||||||
|
:init
|
||||||
|
(add-to-list 'helm-completing-read-handlers-alist '(org-capture . helm-org-completing-read-tags))
|
||||||
|
(add-to-list 'helm-completing-read-handlers-alist '(org-set-tags . helm-org-completing-read-tags)))
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
|
** Fast searching in Org files with Helm and rifle
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package helm-org-rifle)
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* Mode specific ~use-package~ calls
|
* Mode specific ~use-package~ calls
|
||||||
|
|
||||||
** JavaScript
|
** JavaScript
|
||||||
|
@ -117,6 +117,8 @@
|
|||||||
helm-gtags
|
helm-gtags
|
||||||
helm-hunks
|
helm-hunks
|
||||||
helm-mu
|
helm-mu
|
||||||
|
helm-org
|
||||||
|
helm-org-rifle
|
||||||
helm-projectile
|
helm-projectile
|
||||||
helm-pydoc
|
helm-pydoc
|
||||||
helm-smex
|
helm-smex
|
||||||
|
Loading…
Reference in New Issue
Block a user