mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add a protobuf module
This commit is contained in:
4
modules/lang/protobuf/autoload.el
Normal file
4
modules/lang/protobuf/autoload.el
Normal file
@ -0,0 +1,4 @@
|
||||
;;; tools/protobuf/autoload.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;;###autoload
|
||||
(add-to-list 'auto-mode-alist '("\\.proto\\'" . protobuf-mode))
|
4
modules/lang/protobuf/packages.el
Normal file
4
modules/lang/protobuf/packages.el
Normal file
@ -0,0 +1,4 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; tools/protobuf/packages.el
|
||||
|
||||
(package! protobuf-mode)
|
Reference in New Issue
Block a user