summaryrefslogtreecommitdiff
path: root/lisp/python-custom.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2023-03-11 17:22:13 -0500
committermattkae <mattkae@protonmail.com>2023-03-11 17:22:13 -0500
commit38893cc42e33fc3ab5b80ef592b66226b9ba91cf (patch)
treed47b5588c892f9f16c3785afe856958d139c5e8d /lisp/python-custom.el
parent8ed31715bf05c33918c6926c36f510d838521d6a (diff)
Using use-package everywhere, upgrade to org roam
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