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.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/python-custom.el b/lisp/python-custom.el
index ebb2b81..432ad48 100644
--- a/lisp/python-custom.el
+++ b/lisp/python-custom.el
@@ -1,6 +1,7 @@
;;; Code:
-(require 'python)
+(use-package python
+ :ensure t)
(use-package eglot
:ensure t
:config