summary refs log tree commit diff
path: root/emacs.d/modules/module-thrift.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/modules/module-thrift.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs.d/modules/module-thrift.el b/emacs.d/modules/module-thrift.el
index 03e301a..604810c 100644
--- a/emacs.d/modules/module-thrift.el
+++ b/emacs.d/modules/module-thrift.el
@@ -1,9 +1,5 @@
-(require 'config-package)
-
 (use-package thrift
-  ;; mode to work with thrift files
   :mode ("\\.thrift\\'" . thrift-mode)
-
   :config
   (setq thrift-indent-level 2))