Add :oag and :oagr for searching org files
This commit is contained in:
parent
515171b957
commit
de509ab31e
2 changed files with 23 additions and 0 deletions
|
@ -74,6 +74,9 @@
|
|||
;; Org-mode
|
||||
(exmap "att[ach]" 'narf:org-attach)
|
||||
(exmap "link" 'narf:org-link)
|
||||
;; ag-powered search for org-files
|
||||
(exmap "oag" 'narf:org-helm-ag-search)
|
||||
(exmap "oagr" 'narf:org-helm-ag-regex-search)
|
||||
|
||||
;; Plugins
|
||||
(after! flycheck
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue