diff options
author | JSDurand <mmemmew@gmail.com> | 2025-07-26 23:45:01 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2025-07-26 23:45:01 +0800 |
commit | ba7316ca594144e71d2f6b8326c604c51eafcd0f (patch) | |
tree | c6ca236f1cc29af2fb56cbe115882368991b584f /ibuffer.el | |
parent | 2bd09de5db48fd1cbcbffc77f5e1ab3c339dee61 (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.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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))))) |