(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)