diff options
| author | tslil clingman <> | 2020-12-30 17:59:42 -0500 |
|---|---|---|
| committer | tslil clingman <> | 2020-12-30 17:59:42 -0500 |
| commit | d018943a2e1e4bd8fd83fbb29602a910bd5e6047 (patch) | |
| tree | e0ec88d4260d8b8b254bbbaef6eba2b833101770 /emacs/inits/13-ibuffer.el | |
| parent | 718050842924e80fe9f8622e51066f6a74ba1da1 (diff) | |
Scraped the rust off c-mode
Diffstat (limited to 'emacs/inits/13-ibuffer.el')
| -rw-r--r-- | emacs/inits/13-ibuffer.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/inits/13-ibuffer.el b/emacs/inits/13-ibuffer.el index ffcdedb..0b36bcc 100644 --- a/emacs/inits/13-ibuffer.el +++ b/emacs/inits/13-ibuffer.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2020-01-11 15:47:15 (tslil@bison)> +;; Time-stamp: <2020-12-30 17h58 EST (hobbies)> (use-package ibuffer :bind (("C-x C-b" . ibuffer)) @@ -10,6 +10,8 @@ '(("default" ("agda" (or (mode . agda2-mode) (name . "^\\*[aA]gda"))) + ("c" (or (mode . c-mode) + (mode . makefile-gmake-mode))) ("coq" (or (mode . coq-mode) (mode . coq-goals-mode) (mode . coq-response-mode) |
