From d4e8879040e69f82117af1b3aa3bc92cd0ef4bf0 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 24 Aug 2015 15:26:55 -0700 Subject: [PATCH] thrift-mode --- dotfiles/emacs.d/init.el | 4 ++++ 1 file changed, 4 insertions(+) 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 ;; =============================================================================