Move mode-protobuf package to data module

This commit is contained in:
Paulo Casaretto 2019-05-03 16:29:48 -03:00
parent 75d6ee6426
commit 92138dc8e2
3 changed files with 1 additions and 8 deletions

View file

@ -7,3 +7,4 @@
(package! yaml-mode)
(package! csv-mode)
(package! dhall-mode)
(package! protobuf-mode)

View file

@ -1,4 +0,0 @@
;;; tools/protobuf/autoload.el -*- lexical-binding: t; -*-
;;;###autoload
(add-to-list 'auto-mode-alist '("\\.proto\\'" . protobuf-mode))

View file

@ -1,4 +0,0 @@
;; -*- no-byte-compile: t; -*-
;;; tools/protobuf/packages.el
(package! protobuf-mode)