added helm-org-rifle

This commit is contained in:
ndwarshuis 2019-04-01 23:55:29 -04:00
parent 38e623cadd
commit fad74a7b28
1 changed files with 11 additions and 0 deletions

View File

@ -972,6 +972,17 @@ Since I use org mode as my config file, makes sense to have a table of contents
(set-face-attribute 'org-column nil :background "#1e2023") (set-face-attribute 'org-column nil :background "#1e2023")
;; org-columns-summary-types ;; org-columns-summary-types
#+END_SRC #+END_SRC
*** rifle
#+BEGIN_SRC emacs-lisp
(use-package helm-org-rifle
:ensure t
:after (org helm))
(defun nd/helm-org-rifle-brain ()
"Rifle files in `org-brain-path'."
(interactive)
(helm-org-rifle-directories (list org-brain-path)))
#+END_SRC
** extra commands ** extra commands
*** org buffer *** org buffer
Some useful additional commands for org buffers. Some useful additional commands for org buffers.