summaryrefslogtreecommitdiff
path: root/ibuffer.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2025-07-26 23:45:01 +0800
committerJSDurand <mmemmew@gmail.com>2025-07-26 23:45:01 +0800
commitba7316ca594144e71d2f6b8326c604c51eafcd0f (patch)
treec6ca236f1cc29af2fb56cbe115882368991b584f /ibuffer.el
parent2bd09de5db48fd1cbcbffc77f5e1ab3c339dee61 (diff)
dudict: Add a special mode to be grouped in ibuffer
* durand-dict.el (dudict-mode, dudict-parse-agarathi) (dudict-parse-agarathi-panel): Add a special mode so that IBuffer can filter these buffers into the same group. * ibuffer.el (durand-bongo-set-filter): Add this filtering group.
Diffstat (limited to 'ibuffer.el')
-rw-r--r--ibuffer.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/ibuffer.el b/ibuffer.el
index 2fdd3dc..c6c8989 100644
--- a/ibuffer.el
+++ b/ibuffer.el
@@ -443,6 +443,7 @@ value of `default-directory' in that buffer."
(cons "ELisp" '((mode . emacs-lisp-mode)))
(cons "EWW" '((mode . eww-mode)))
(cons "PDF" '((mode . pdf-view-mode)))
+ (cons "DICT" '((mode . dudict-mode)))
(cons "Eshell" '((mode . eshell-mode)))
(cons "Org" '((mode . org-mode)))
(cons "Roman" '((mode . novel-read-mode)))))