Don’t overwrite actions, append to them
This commit is contained in:
parent
bd5985f0aa
commit
ca72f6b172
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 20190724075557
|
;; Version: 20190724080811
|
||||||
;; Package-Requires: (projectile ivy oni-data-dir)
|
;; Package-Requires: (projectile ivy oni-data-dir)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; 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)
|
(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)
|
||||||
|
|
||||||
(ivy-set-actions
|
(ivy-add-actions
|
||||||
'projectile-switch-project
|
'projectile-switch-project
|
||||||
'(("g" magit-status "git status")))
|
'(("g" magit-status "git status")))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue