summaryrefslogtreecommitdiff
path: root/lisp/python-custom.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/python-custom.el')
-rw-r--r--lisp/python-custom.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/python-custom.el b/lisp/python-custom.el
index 10c4cfc..2c602a5 100644
--- a/lisp/python-custom.el
+++ b/lisp/python-custom.el
@@ -29,10 +29,5 @@
indent)
"\n"))))
-(use-package yasnippet
- :ensure t
- :config
- (yas-global-mode 1))
-
(provide 'python-custom)
;;; python-custom.el ends here