summary refs log tree commit diff
path: root/emacs.d/modules/module-protobuf.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/modules/module-protobuf.el')
-rw-r--r--emacs.d/modules/module-protobuf.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs.d/modules/module-protobuf.el b/emacs.d/modules/module-protobuf.el
deleted file mode 100644
index 892cb0d..0000000
--- a/emacs.d/modules/module-protobuf.el
+++ /dev/null
@@ -1,4 +0,0 @@
-(use-package protobuf-mode
-  :mode ("\\.proto$" . protobuf-mode))
-
-(provide 'module-protobuf)