From 3125d4abea8731a9742e445275d4fea06ab3cb6d Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Sat, 1 Apr 2023 09:52:59 -0400 Subject: Various improvements for performance --- lisp/python-custom.el | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lisp/python-custom.el') 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 -- cgit v1.2.1