From ca72f6b1729187a3ad02644786846ab76f286399 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 24 Jul 2019 08:08:18 -0700 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20overwrite=20actions,=20append?= =?UTF-8?q?=20to=20them?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oni-projectile.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")))