diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index c00c4501..08c5bdf7 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -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 ;; =============================================================================