summary refs log tree commit diff
path: root/emacs.d/config/fcuny-thrift.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/config/fcuny-thrift.el')
-rw-r--r--emacs.d/config/fcuny-thrift.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/emacs.d/config/fcuny-thrift.el b/emacs.d/config/fcuny-thrift.el
deleted file mode 100644
index 9bfa497..0000000
--- a/emacs.d/config/fcuny-thrift.el
+++ /dev/null
@@ -1,10 +0,0 @@
-(eval-when-compile
-  (require 'use-package))
-
-(use-package thrift
-  :ensure t
-  :mode ("\\.thrift\\'" . thrift-mode)
-  :config
-  (setq thrift-indent-level 2))
-
-(provide 'fcuny-thrift)