1
0
Fork 0

Don’t overwrite actions, append to them

This commit is contained in:
Tom Willemse 2019-07-24 08:08:18 -07:00
parent bd5985f0aa
commit ca72f6b172

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; 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")))