From 38593df6bb457fc3940fcef1d93976cd56b0a2d0 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 26 May 2024 14:00:34 -0700 Subject: massive cleanup --- config/init-protobuf.el | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 config/init-protobuf.el (limited to 'config/init-protobuf.el') diff --git a/config/init-protobuf.el b/config/init-protobuf.el deleted file mode 100644 index 1af464b..0000000 --- a/config/init-protobuf.el +++ /dev/null @@ -1,16 +0,0 @@ -;;; 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