Add :org for notes searching

This commit is contained in:
Henrik Lissner 2015-11-27 03:40:22 -05:00
parent 436ca26a4e
commit 1a793f2190

View File

@ -31,6 +31,7 @@
(exmap "ma[ke]" 'narf:build)
(exmap "mv" 'narf:file-move)
(exmap "na[rrow]" 'narf:narrow) ; Narrow buffer to selection
(exmap "org" (λ (in! org-directory (call-interactively 'narf:helm-ag-search))))
(exmap "wi[den]" 'narf:widen) ; Widen narrowed buffer
(exmap "pop" 'narf/popup-toggle)
(exmap "proj[ect]" 'helm-projectile-switch-project)