added helm-org-rifle
This commit is contained in:
parent
38e623cadd
commit
fad74a7b28
11
conf.org
11
conf.org
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue