diff options
author | Amin Bandali <bandali@gnu.org> | 2019-04-25 20:37:48 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-04-25 20:37:48 -0400 |
commit | dd1ae4f54cc7e5c94b5e453c33374490a0c2d94a (patch) | |
tree | eff547c76661f4fb4bcb69463cd9657ed49d4104 | |
parent | 9d8d7a439bb1b584624036055a91641bcf36a93d (diff) | |
download | configs-dd1ae4f54cc7e5c94b5e453c33374490a0c2d94a.tar.gz configs-dd1ae4f54cc7e5c94b5e453c33374490a0c2d94a.tar.xz configs-dd1ae4f54cc7e5c94b5e453c33374490a0c2d94a.zip |
emacs: classify alloy-mode buffers under ‘programming’ in ibuffer
-rw-r--r-- | .emacs.d/init.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/init.org b/.emacs.d/init.org index 244d9b0..7e020f7 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -1201,7 +1201,8 @@ There's no way I could top that, so I won't attempt to. (mode . emacs-lisp-mode) (mode . scheme-mode) (mode . haskell-mode) - (mode . lean-mode))) + (mode . lean-mode) + (mode . alloy-mode))) ("emacs" (or (name . "^\\*scratch\\*$") |