summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--etc/custom.el2
-rw-r--r--init.org2
2 files changed, 2 insertions, 2 deletions
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)