thrift-mode

This commit is contained in:
Ivan Malison 2015-08-24 15:26:55 -07:00
parent 199d2dde67
commit d4e8879040

View File

@ -1978,6 +1978,10 @@ window is active in the perspective."
(use-package evil :ensure t :commands (evil-mode))
(use-package thrift
:commands thrift-mode
:mode (("\\.thrift\\'" . thrift-mode)))
;; =============================================================================
;; Custom Key Bindings
;; =============================================================================