summary refs log tree commit diff
path: root/emacs.d/inits/90_thrift.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/inits/90_thrift.el')
-rw-r--r--emacs.d/inits/90_thrift.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/inits/90_thrift.el b/emacs.d/inits/90_thrift.el
new file mode 100644
index 0000000..3a99429
--- /dev/null
+++ b/emacs.d/inits/90_thrift.el
@@ -0,0 +1,3 @@
+(use-package thrift
+  :ensure t
+  :defer t)