aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2025-04-27 19:44:00 +0200
committeralexpdp7 <alex@corcoles.net>2025-04-27 19:44:47 +0200
commit8d2b51a9d98cad8d894587268b7aea2ba4c60cdf (patch)
treec49059dc60127fa56b75d6f107753f4f383c2d00 /emacs
parent221e97677a022b4aedafe5a7dc4eafc599cd9892 (diff)
Reformat/comments
Diffstat (limited to 'emacs')
-rw-r--r--emacs/emacs.el11
1 files changed, 4 insertions, 7 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el
index c328a3b5..e44188cc 100644
--- a/emacs/emacs.el
+++ b/emacs/emacs.el
@@ -57,8 +57,7 @@
(which-key-mode)
; for eglot snippet completion
-(use-package yasnippet
- :ensure t)
+(use-package yasnippet :ensure t)
(yas-global-mode 1)
@@ -87,14 +86,12 @@
(elpy-enable))
;; YAML support
-(use-package yaml-mode
- :ensure t)
+(use-package yaml-mode :ensure t)
;; Puppet support; mostly for syntax highlighting
+(use-package puppet-mode :ensure t)
-(use-package puppet-mode
- :ensure t)
-
+;; Python notebooks
(use-package ein :ensure t)
(use-package ledger-mode :ensure t)