diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-04-06 11:22:57 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-04-06 11:22:57 -0700 |
| commit | 7c5780a719565630f58e7751afa8c7e458c49871 (patch) | |
| tree | f8863ebcbd4a1e551a63374b3fee589affca1393 /config/init-protobuf.el | |
| parent | move some display stuff (diff) | |
| download | emacs.d-7c5780a719565630f58e7751afa8c7e458c49871.tar.gz | |
a org file is definitely not the way for me
Diffstat (limited to 'config/init-protobuf.el')
| -rw-r--r-- | config/init-protobuf.el | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config/init-protobuf.el b/config/init-protobuf.el new file mode 100644 index 0000000..1af464b --- /dev/null +++ b/config/init-protobuf.el @@ -0,0 +1,16 @@ +;;; init-protobuf.el --- configure protocol buffer -*- lexical-binding: t -*- +;; Author: Franck Cuny <franck@fcuny.net> + +;;; Commentary: + +;; configure protobuf + +;;; Code: + +(use-package protobuf-mode + :ensure t + :mode "\\.proto\\'") + +(provide 'init-protobuf.el) + +;;; init-protobuf.el ends here |
