blob: 03e301a11de5cfeb82c2052799109d9cf275c75f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
(require 'config-package)
(use-package thrift
;; mode to work with thrift files
:mode ("\\.thrift\\'" . thrift-mode)
:config
(setq thrift-indent-level 2))
(provide 'module-thrift)
|