Skip to content

Commit

Permalink
Add configuration for projectile-ag
Browse files Browse the repository at this point in the history
  • Loading branch information
kototama committed Oct 19, 2017
1 parent be519ac commit 3f1a39f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/config.el
Expand Up @@ -425,7 +425,8 @@ last month."
(setq projectile-keymap-prefix (kbd "C-c M-p"))
(projectile-global-mode))
:bind (("C-c f f" . projectile-find-file)
("C-c f d" . projectile-find-dir)))
("C-c f d" . projectile-find-dir)
("C-c f a" . projectile-ag)))

;;; * python
(use-package python
Expand Down
1 change: 1 addition & 0 deletions lisp/packages.el
Expand Up @@ -43,6 +43,7 @@ specific configurations and are store in
()
(interactive)
(add-packages '(
ag
ack ;; for wgrep-ack
ack-menu
ace-jump-mode
Expand Down

0 comments on commit 3f1a39f

Please sign in to comment.