From: Amin Bandali Date: Sat, 20 Oct 2018 18:53:45 +0000 (-0400) Subject: [emacs/ibuffer] change org filter from name-based to mode-based X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/9e756a57873bf465583aea1ff445f264d6f9f84e [emacs/ibuffer] change org filter from name-based to mode-based --- diff --git a/etc/custom.el b/etc/custom.el index 3868db1..e9965bf 100644 --- a/etc/custom.el +++ b/etc/custom.el @@ -25,7 +25,7 @@ ("dired" (mode . dired-mode)) ("org" - (name . "^.*org$")) + (mode . org-mode)) ("web" (or (mode . web-mode) diff --git a/init.org b/init.org index b82ba6f..4928344 100644 --- a/init.org +++ b/init.org @@ -907,7 +907,7 @@ There's no way I could top that, so I won't attempt to. (ibuffer-saved-filter-groups '(("default" ("dired" (mode . dired-mode)) - ("org" (name . "^.*org$")) + ("org" (mode . org-mode)) ("web" (or (mode . web-mode)