diff options
Diffstat (limited to 'emacs.d/modules/module-thrift.el')
-rw-r--r-- | emacs.d/modules/module-thrift.el | 4 |
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)) |