aboutsummaryrefslogtreecommitdiff
path: root/emacs/emacs.el
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2022-12-15 21:14:25 +0100
committeralex <alex@pdp7.net>2022-12-15 21:14:25 +0100
commit5f449cbbac1993911c5b5ea52cc02852ff5b01f9 (patch)
tree06da51a9f0d703efe3f6cd05075dd910b0951571 /emacs/emacs.el
parent0167915309dcc887fd69275b32cf8c601db62c89 (diff)
Enable elpy
Diffstat (limited to 'emacs/emacs.el')
-rw-r--r--emacs/emacs.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el
index ab985204..f55bc535 100644
--- a/emacs/emacs.el
+++ b/emacs/emacs.el
@@ -51,3 +51,4 @@
(setq rust-format-on-save t)
(straight-use-package 'elpy)
+(elpy-enable)