summary refs log tree commit diff
path: root/emacs.d/modules/module-thrift.el
blob: 604810cd243949e1316590f7a45bda8b71e51508 (plain) (blame)
1
2
3
4
5
6
(use-package thrift
  :mode ("\\.thrift\\'" . thrift-mode)
  :config
  (setq thrift-indent-level 2))

(provide 'module-thrift)