diff --git a/oni-projectile.el b/oni-projectile.el index d406688..da8596f 100644 --- a/oni-projectile.el +++ b/oni-projectile.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190724075557 +;; Version: 20190724080811 ;; Package-Requires: (projectile ivy oni-data-dir) ;; This program is free software; you can redistribute it and/or modify @@ -44,7 +44,7 @@ (define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map) -(ivy-set-actions +(ivy-add-actions 'projectile-switch-project '(("g" magit-status "git status")))