mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add :oag and :oagr for searching org files
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user