summaryrefslogtreecommitdiff
path: root/emacs/inits/13-ibuffer.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/inits/13-ibuffer.el')
-rw-r--r--emacs/inits/13-ibuffer.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/emacs/inits/13-ibuffer.el b/emacs/inits/13-ibuffer.el
index 6db2a3c..b7139f8 100644
--- a/emacs/inits/13-ibuffer.el
+++ b/emacs/inits/13-ibuffer.el
@@ -1,4 +1,4 @@
-;; Time-stamp: <2022-08-19 11h19 CEST (anchor)>
+;; Time-stamp: <2026-07-31 11h44 BST (51019882)>
(use-package ibuffer
:bind (("C-x C-b" . ibuffer))
@@ -23,7 +23,10 @@
(mode . helpful-mode)
(name . "^\\*Help\\*$")))
("magit" (name . "^magit[:-]"))
- ("python" (mode . python-mode))
+ ("python" (or (mode . python-mode)
+ (mode . python-ts-mode)))
+ ("rust") (or (mode . rust-mode)
+ (mode . rust-ts-mode))
("REPL" (name . "^\\*.*REPL.*\\*$"))
("shell" (mode . sh-mode)))))