summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-protobuf.el
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2020-03-15 19:16:51 -0700
committerFranck Cuny <franck.cuny@gmail.com>2020-03-15 19:16:51 -0700
commit0e412e54873b6dd494921855dd93c3a56d56b260 (patch)
tree9f3445ea71ef7489ccde811e9d4a6063e836ca93 /emacs.d/custom/fcuny-protobuf.el
parentemacs: consolidate basic configuration (diff)
downloademacs.d-0e412e54873b6dd494921855dd93c3a56d56b260.tar.gz
emacs: consolidate configuration for conf-mode
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-protobuf.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/emacs.d/custom/fcuny-protobuf.el b/emacs.d/custom/fcuny-protobuf.el
deleted file mode 100644
index c344684..0000000
--- a/emacs.d/custom/fcuny-protobuf.el
+++ /dev/null
@@ -1,7 +0,0 @@
-(use-package protobuf-mode
-  :after (flyspell flycheck)
-  :ensure t
-  :hook ((protobuf-mode . flyspell-prog-mode)
-         (protobuf-mode . flycheck-mode)))
-
-(provide 'fcuny-protobuf)