From 535617dde329701baf2f3003e501928295a94df9 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 22 Sep 2017 13:48:32 +0200 Subject: [PATCH] Add key binding for ag-project --- init.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/init.el b/init.el index 2a0bf0c..b60af99 100644 --- a/init.el +++ b/init.el @@ -1065,6 +1065,12 @@ INFO plist." (convert-standard-filename "/orgmode/bibtex-pdfs")))) +(use-package ag + :after projectile + :bind + (:map projectile-mode-map + ("C-c p C-a" . ag-project))) + ;; open pdf with system pdf viewer (works on mac) (setq bibtex-completion-pdf-open-function (lambda (fpath)