diff options
author | Amin Bandali <amin@gnu.org> | 2018-09-15 11:37:23 -0400 |
---|---|---|
committer | Amin Bandali <amin@gnu.org> | 2018-09-15 11:37:23 -0400 |
commit | 746c8c1a15f032cc03542d06d35b439a72079e77 (patch) | |
tree | dd5b2fa427c09822586a9a680c2ea13614c3a1b8 | |
parent | 5ebf65972c0fcd360fe4421b7d1f3683b90d40c6 (diff) | |
download | configs-746c8c1a15f032cc03542d06d35b439a72079e77.tar.gz configs-746c8c1a15f032cc03542d06d35b439a72079e77.tar.xz configs-746c8c1a15f032cc03542d06d35b439a72079e77.zip |
[emacs] Ibubffer: categorize css-mode and scss-mode in "web"
-rw-r--r-- | init.org | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -882,6 +882,8 @@ There's no way I could top that, so I won't attempt to. ("web" (or (mode . web-mode) + (mode . css-mode) + (mode . scss-mode) (mode . js2-mode))) ("shell" (or |