summaryrefslogtreecommitdiff
path: root/lisp/python-custom.el
diff options
context:
space:
mode:
authorMatthew Kosarek <matthew.kosarek@vention.cc>2023-04-01 09:52:59 -0400
committerMatthew Kosarek <matthew.kosarek@vention.cc>2023-04-01 09:52:59 -0400
commit3125d4abea8731a9742e445275d4fea06ab3cb6d (patch)
treecd0fe30808d64066c48ded14b421c11fae1c444d /lisp/python-custom.el
parent58845c042ecd5f9ae66bdb7405d45958952d95f5 (diff)
Various improvements for performance
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