Add key binding for ag-project
This commit is contained in:
parent
58c254c89c
commit
535617dde3
6
init.el
6
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)
|
||||
|
Loading…
Reference in New Issue
Block a user