From f2918264af77e47f535db3c62d82c5a974634b13 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 14 Oct 2016 20:40:59 -0400 Subject: Replace projectile-kill-other-buffers with visible variant --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 84fe57f..26455a2 100644 --- a/init.el +++ b/init.el @@ -799,7 +799,7 @@ ("." . km/projectile-copy-project-filename-as-kill) ("e" . km/projectile-restore-thing) ("k" . km/projectile-kill-buffers) - ("K" . km/projectile-kill-other-buffers) + ("K" . km/projectile-kill-nondisplayed-buffers) ("v" . km/projectile-view-file) ("w" . km/projectile-save-thing)) -- cgit v1.2.3