From 7c5780a719565630f58e7751afa8c7e458c49871 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 6 Apr 2024 11:22:57 -0700 Subject: a org file is definitely not the way for me --- config/init-protobuf.el | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config/init-protobuf.el (limited to 'config/init-protobuf.el') 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 + +;;; Commentary: + +;; configure protobuf + +;;; Code: + +(use-package protobuf-mode + :ensure t + :mode "\\.proto\\'") + +(provide 'init-protobuf.el) + +;;; init-protobuf.el ends here -- cgit 1.4.1