summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorKyle Meyer <meyerkya@gmail.com>2013-05-28 18:30:12 -0400
committerKyle Meyer <meyerkya@gmail.com>2013-06-05 23:01:32 -0400
commit852be5969dfae4e5014f4441aa606925f7f819f5 (patch)
treea9210e3d18432baa24a1a7271726541168066107 /init
parentf417ad5ea147dd22b6d315cac3566d59521aa902 (diff)
downloademacs.d-852be5969dfae4e5014f4441aa606925f7f819f5.tar.gz
add python shell to ibuffer group
Diffstat (limited to 'init')
-rw-r--r--init/km-ibuffer.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init/km-ibuffer.el b/init/km-ibuffer.el
index cc86ab6..56bed69 100644
--- a/init/km-ibuffer.el
+++ b/init/km-ibuffer.el
@@ -20,7 +20,8 @@
(mode . rst-mode)))
("lua" (mode . lua-mode))
("perl" (mode . perl-mode))
- ("python" (mode . python-mode))
+ ("python" (or (mode . python-mode)
+ (name . "^\\*Python")))
("haskell" (mode . haskell-mode))
("text" (mode . text-mode))
("shell" (mode . sh-mode))